From ed281ad8470ded0a242352a413286de7cd67746b Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Mon, 2 Jan 2017 19:24:17 +0100 Subject: [PATCH] Fix playback init if there are items queued --- resources/lib/playbackutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/playbackutils.py b/resources/lib/playbackutils.py index 7d661d25..aff5af40 100644 --- a/resources/lib/playbackutils.py +++ b/resources/lib/playbackutils.py @@ -150,7 +150,7 @@ class PlaybackUtils(): get_playlist_details_from_xml(playqueue, xml=xml) log.debug('finished ') - if (not homeScreen and not seektime and + if (not homeScreen and not seektime and sizePlaylist < 2 and window('plex_customplaylist') != "true" and not contextmenu_play): # Need to add a dummy file because the first item will fail