More functioning 'autocomplete'

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-14 21:35:59 +01:00
parent 35a428b801
commit 9d4bb0b68b
7 changed files with 42 additions and 23 deletions

View File

@@ -68,7 +68,7 @@ var Player = {
seekTo = 1;
try{
if(full_playlist[0].id == video_id){
if(full_playlist[0].id == video_id && !mobile_beginning){
List.song_change(full_playlist[0].added);
}
Suggestions.fetchYoutubeSuggests(video_id);