Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add an extra check when determining if a tv show is already available…
… (also check if it starts with the show name returned from the tv db)
- Loading branch information
1fbe29a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why
StartsWith
? Is this likely to bring back false positives?1fbe29a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's potential for that, but only if the year is the same as the one we're checking. One example for going with startswith is "House of Cards" -- it was originally a show in the UK, so it shows up in plex as "House of Cards (US)" -- I'm sure there are others like this.