Changing ports

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-05 14:45:56 +01:00
parent 4a4184ae3a
commit bb8dbafa9c
8 changed files with 12 additions and 12 deletions

View File

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