mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added localmode for embedded players, configurable on embed-code create
This commit is contained in:
@@ -426,7 +426,7 @@ var Player = {
|
||||
}
|
||||
}
|
||||
}
|
||||
if(offline) {
|
||||
if(offline && !embed) {
|
||||
var url = 'https://img.youtube.com/vi/'+id+'/mqdefault.jpg';
|
||||
if(videoSource == "soundcloud") url = Player.np.thumbnail;
|
||||
getColor(url);
|
||||
|
||||
Reference in New Issue
Block a user