mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Prettifyied embedded player somewhat
This commit is contained in:
@@ -454,7 +454,6 @@ var Player = {
|
||||
chrome.cast.media.GenericMediaMetadata({metadataType: 0, title:song_title, image: 'https://img.youtube.com/vi/'+id+'/mqdefault.jpg', images: ['https://img.youtube.com/vi/'+id+'/mqdefault.jpg']});
|
||||
chrome.cast.Image('https://img.youtube.com/vi/'+id+'/mqdefault.jpg');
|
||||
} else {
|
||||
console.log(videoSource);
|
||||
if(!durationBegun) {
|
||||
durationBegun = true;
|
||||
Player.durationSetter();
|
||||
|
||||
Reference in New Issue
Block a user