Fix PKC recreating playlists too often
This commit is contained in:
parent
db6a7ba9b4
commit
e9f49be7f3
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ def websocket(plex_id, status):
|
|||
* 9: 'deleted'
|
||||
"""
|
||||
create = False
|
||||
plex_id = int(plex_id)
|
||||
with app.APP.lock_playlists:
|
||||
playlist = db.get_playlist(plex_id=plex_id)
|
||||
if plex_id in IGNORE_PLEX_PLAYLIST_CHANGE:
|
||||
|
|
Loading…
Reference in a new issue