修改播放默认线路

This commit is contained in:
make
2025-09-05 21:30:15 +08:00
parent 5b01a566ff
commit 331600dceb
2 changed files with 17 additions and 9 deletions

View File

@@ -636,9 +636,8 @@ document.addEventListener("DOMContentLoaded", function () {
if (typeof strPlayType !== "undefined"){
if (strPlayType == 'default') {
console.log(arrPlayUrl)
strPlayUrl = findFirstUrl(arrPlayUrl)
// checkLine(strPlayType);
checkLine('douban');
} else {
var ActivePlayUrl = arrPlayUrl[strPlayType][intPlayUrlIndex - 1]
strPlayUrl = ActivePlayUrl.url