Less logging
This commit is contained in:
parent
b95ab22556
commit
9378a8eb89
1 changed files with 0 additions and 2 deletions
|
@ -319,8 +319,6 @@ def add_item_to_PMS_playlist(playlist, pos, plex_id=None, kodi_item=None):
|
||||||
|
|
||||||
WILL ALSO UPDATE OUR PLAYLISTS
|
WILL ALSO UPDATE OUR PLAYLISTS
|
||||||
"""
|
"""
|
||||||
log.debug('Adding new item plex_id: %s, kodi_item: %s on the Plex side at '
|
|
||||||
'position %s for %s' % (plex_id, kodi_item, pos, playlist))
|
|
||||||
if plex_id:
|
if plex_id:
|
||||||
try:
|
try:
|
||||||
item = playlist_item_from_plex(plex_id)
|
item = playlist_item_from_plex(plex_id)
|
||||||
|
|
Loading…
Reference in a new issue