mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-11 03:55:35 +00:00
Compare commits
1 Commits
dependabot
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce7ac96a5d |
@@ -350,7 +350,12 @@ temp_pass = "";
|
||||
|
||||
initializeCastApi = function() {
|
||||
try {
|
||||
if (cast == undefined) return;
|
||||
if (
|
||||
cast == undefined ||
|
||||
chrome.cast == undefined ||
|
||||
chrome.cast.AutoJoinPolicy == undefined
|
||||
)
|
||||
return;
|
||||
} catch (event) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user