Fix playback init if there are items queued
This commit is contained in:
parent
4086482991
commit
ed281ad847
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue