mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Resume widget fix
Was adding an additional item to the playlist when it was not needed
This commit is contained in:
parent
0cc6d36caa
commit
56fa1a01cf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue