More logging
This commit is contained in:
parent
dde330a704
commit
05f9f56a4d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def playback_triage(plex_id=None, plex_type=None, path=None, resolve=True):
|
|||
# Release our default.py before starting our own Kodi player instance
|
||||
if resolve is True:
|
||||
result = Playback_Successful()
|
||||
result.listitem = PKC_ListItem(path='PKC_Dummy_Path')
|
||||
result.listitem = PKC_ListItem(path='PKC_Dummy_Path_Which_Fails')
|
||||
pickle_me(result)
|
||||
playback_init(plex_id, plex_type, playqueue)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue