mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated chromecast view, volume now changes volume on chromecast
This commit is contained in:
@@ -377,4 +377,12 @@ function initfp(){
|
||||
$(".mega").prepend('<div id="snow"></div>');
|
||||
//Nochan.start_snowfall();
|
||||
}
|
||||
|
||||
window['__onGCastApiAvailable'] = function(loaded, errorInfo) {
|
||||
if (loaded) {
|
||||
chromecastReady = true;
|
||||
} else {
|
||||
console.log(errorInfo);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user