diff --git a/resources/lib/playlists.py b/resources/lib/playlists.py index 9fc01f49..315092f9 100644 --- a/resources/lib/playlists.py +++ b/resources/lib/playlists.py @@ -80,7 +80,7 @@ def create_kodi_playlist(plex_id=None): is deleted from both disk and the Plex database. Returns the playlist or raises PL.PlaylistError """ - xml = PL.get_PMS_playlist(playlist_id=plex_id) + xml = PL.get_PMS_playlist(PL.Playlist_Object(), playlist_id=plex_id) if not xml: LOG.error('Could not get Plex playlist %s', plex_id) return