fix: undefined TV episode log
This commit is contained in:
parent
528e1733ee
commit
f3368d7d92
1 changed files with 1 additions and 0 deletions
|
@ -618,6 +618,7 @@ def main() -> None:
|
|||
item_id = "".join(re.findall(r"\d+", input("Enter ISBN: ")))
|
||||
|
||||
elif "tv-episodes" == media_type:
|
||||
log = "log"
|
||||
while re.search("(tt)?[0-9]+", item_id) is None:
|
||||
item_id = input("Enter TVDB or IMDB ID: ")
|
||||
|
||||
|
|
Loading…
Reference in a new issue