Refactored to have more files, but less long files

This commit is contained in:
Kasper Rynning-Tønnesen
2018-01-31 11:28:35 +01:00
parent 8d57fd4774
commit fd6db734f4
6 changed files with 1117 additions and 1118 deletions

View File

@@ -331,7 +331,7 @@ var Search = {
{
if(response.error){
if(response.error.errors[0].reason == "playlistItemsNotAccessible"){
var nonce = randomString(29);
var nonce = Helper.randomString(29);
window.callback = function(data) {
access_token_data_youtube = data;
if(access_token_data_youtube.state == nonce){