Skip to content

Commit

Permalink
Skip silently xmltv guid provider
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 17, 2024
1 parent 95272e7 commit c991db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/media/MediaFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def resolve_any(self, pm: PlexLibraryItem, show: Media = None) -> Media | None:
return None

def resolve_guid(self, guid: PlexGuid, show: Media = None):
if guid.provider in ["youtube"]:
if guid.provider in ["youtube", "xmltv"]:
logger.debug(f"{guid.title_link}: Skipping {guid} because unsupported provider '{guid.provider}'", extra={"markup": True})
return None

Expand Down

0 comments on commit c991db4

Please sign in to comment.