mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
More functioning 'autocomplete'
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user