Skip to content

Commit

Permalink
Resolve tv.plex.xmltv:// guid to xmltv provider
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 17, 2024
1 parent bc84fc8 commit 8c93686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plextraktsync/plex/PlexGuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def provider(self):
return "imdb"
x = self.guid.split("://")[0]
x = x.replace("com.plexapp.agents.", "")
x = x.replace("tv.plex.xmltv", "xmltv")
x = x.replace("tv.plex.agents.", "")
x = x.replace("themoviedb", "tmdb")
x = x.replace("thetvdb", "tvdb")
Expand Down

0 comments on commit 8c93686

Please sign in to comment.