Skip to content

Commit

Permalink
Fix access to TV Show libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
moodyblue authored Jun 14, 2021
1 parent 969d502 commit 5400c25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions XMLConverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@ def XML_PMS2aTV(PMS_address, path, options):
dprint(__name__, 1, "Found Plex_Movie")
dir = 'Movie'
cmd = 'NavigationBar'
elif cmd=='TV_Series':
dprint(__name__, 1, "Found TV_Series")
dir = 'Series'
elif cmd=='Plex_TV_Series':
dprint(__name__, 1, "Found Plex_TV_Series")
dir = 'TVShow'
cmd = 'NavigationBar'
elif cmd.find('Scanner') != -1:
dprint(__name__, 1, "Found Scanner.")
Expand Down

0 comments on commit 5400c25

Please sign in to comment.