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