Fixed error with embedded player linking

This commit is contained in:
Kasper Rynning-Tønnesen
2016-12-12 17:01:06 +01:00
parent e0993e5ec9
commit ccf6f7cc8a
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -441,7 +441,7 @@ function disable_debug(){
}
function embed_code(autoplay, width, height, color){
return '<embed src="https://zoff.no/embed.html#' + chan.toLowerCase() + '&' + color + autoplay + '" width="' + width + 'px" height="' + height + 'px">';
return '<embed src="https://zoff.no/_embed#' + chan.toLowerCase() + '&' + color + autoplay + '" width="' + width + 'px" height="' + height + 'px">';
}
function randomString(length){