Resume widget fix

Was adding an additional item to the playlist when it was not needed
This commit is contained in:
angelblue05 2016-01-30 22:49:31 -06:00
parent 0cc6d36caa
commit 56fa1a01cf

View file

@ -141,7 +141,7 @@ class PlaybackUtils():
############### -- ADD MAIN ITEM ONLY FOR HOMESCREEN ###############
if homeScreen and not sizePlaylist:
if homeScreen and not seektime and not sizePlaylist:
# Extend our current playlist with the actual item to play
# only if there's no playlist first
self.logMsg("Adding main item to playlist.", 1)