Fixing colorthief for http

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-28 18:20:48 +01:00
parent f617c77570
commit 9bc89fd824
2 changed files with 3 additions and 3 deletions

View File

@@ -158,7 +158,7 @@ var Youtube = {
};
img.crossOrigin = 'Anonymous';
img.src = '//zoff.no:8080/http://img.youtube.com/vi/'+id+'/mqdefault.jpg';
img.src = 'https://zoff.no:8080/http://img.youtube.com/vi/'+id+'/mqdefault.jpg';
}
},