Fix KeyError when using Plex search capabilities
This commit is contained in:
parent
938b82da9c
commit
2359430260
1 changed files with 1 additions and 0 deletions
|
@ -444,6 +444,7 @@ CONTENT_FROM_PLEX_TYPE = {
|
|||
PLEX_TYPE_VIDEO: CONTENT_TYPE_VIDEO,
|
||||
PLEX_TYPE_PLAYLIST: CONTENT_TYPE_PLAYLIST,
|
||||
PLEX_TYPE_CHANNEL: CONTENT_TYPE_FILE,
|
||||
PLEX_TYPE_TAG: CONTENT_TYPE_FILE,
|
||||
'mixed': CONTENT_TYPE_SHOW,
|
||||
None: CONTENT_TYPE_FILE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue