修改播放默认线路
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user