mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
trakt_popular fix
This commit is contained in:
parent
6b24a7b112
commit
68962de62c
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class Trakt:
|
|||
for item in items:
|
||||
if typeless:
|
||||
data = item
|
||||
current_type = None
|
||||
current_type = item_type
|
||||
elif item_type:
|
||||
data = item[item_type]
|
||||
current_type = item_type
|
||||
|
|
Loading…
Reference in a new issue