debug
This commit is contained in:
@@ -626,10 +626,11 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 获取第一个线路 key(带容错)
|
// 获取第一个线路 key(带容错)
|
||||||
function getDefaultLine() {
|
function getDefaultLine() {
|
||||||
if (!arrPlayUrl || typeof arrPlayUrl !== "object") {
|
if (typeof arrPlayUrl === "undefined" || !arrPlayUrl || typeof arrPlayUrl !== "object" ) {
|
||||||
console.warn("arrPlayUrl 无效:", arrPlayUrl);
|
console.warn("arrPlayUrl 无效:");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user