From 56fa1a01cf804da84ba345618b0f657234120da2 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sat, 30 Jan 2016 22:49:31 -0600 Subject: [PATCH] Resume widget fix Was adding an additional item to the playlist when it was not needed --- 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 3ec60b64..8bedc8d1 100644 --- a/resources/lib/playbackutils.py +++ b/resources/lib/playbackutils.py @@ -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)