Fix unauthorized behavior

Reprompt user with login
This commit is contained in:
angelblue05 2018-09-14 21:19:41 -05:00
parent 5ab2a7db5c
commit bb933604b0
2 changed files with 13 additions and 1 deletions

View file

@ -1,6 +1,6 @@
get_item = """ SELECT kodi_id, kodi_fileid, kodi_pathid, parent_id, media_type,
emby_type, media_folder
emby_type, media_folder, emby_parent_id
FROM emby
WHERE emby_id = ?
"""