Clear kodi_playlist_playback attribute correctly
This commit is contained in:
parent
b135980981
commit
e09cfa8cb3
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ class Playqueue_Object(PlaylistObjectBaseclase):
|
|||
self.repeat = 0
|
||||
self.plex_transient_token = None
|
||||
self.old_kodi_pl = []
|
||||
self.kodi_playlist_playback = False
|
||||
LOG.debug('Playlist cleared: %s', self)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue