mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
fix for #77
This commit is contained in:
parent
2528234a88
commit
d56d1c6f54
1 changed files with 1 additions and 0 deletions
|
@ -679,6 +679,7 @@ class Config:
|
|||
if url_parsed.scheme == "tmdb": tmdb_id = int(url_parsed.netloc)
|
||||
elif url_parsed.scheme == "imdb": imdb_id = url_parsed.netloc
|
||||
elif item_type == "plex" and check_id == "show":
|
||||
item.reload()
|
||||
for guid_tag in item.findItems(item._data, Guid):
|
||||
url_parsed = requests.utils.urlparse(guid_tag.id)
|
||||
if url_parsed.scheme == "tvdb": tvdb_id = int(url_parsed.netloc)
|
||||
|
|
Loading…
Reference in a new issue