mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed replace of '
This commit is contained in:
@@ -162,7 +162,7 @@ var Search = {
|
||||
{
|
||||
var duration=Search.durationToSeconds(song.contentDetails.duration);
|
||||
if(!longsongs || duration<720){
|
||||
enc_title=encodeURIComponent(song.snippet.title).replace(/'/g, "\\\'");
|
||||
enc_title=encodeURIComponent(song.snippet.title);
|
||||
Search.submit(song.id, enc_title, duration);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user