Use unique TheTVDB link for episodes

This commit is contained in:
tomkat83 2017-02-18 14:45:31 +01:00
parent 5a6f0411f2
commit 806f237b70

View file

@ -57,7 +57,7 @@ import variables as v
log = logging.getLogger("PLEX."+__name__)
REGEX_IMDB = re_compile(r'''/(tt\d+)''')
REGEX_TVDB = re_compile(r'''tvdb://(\d+)''')
REGEX_TVDB = re_compile(r'''thetvdb:\/\/(.+?)\?''')
###############################################################################