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