pull/54/head
l3uddz 7 years ago
parent 85445e6835
commit 22a9d368ff

@ -133,7 +133,7 @@ def trakt_blacklisted_show_runtime(show, lowest_runtime):
blacklisted = True
elif int(show['show']['runtime']) < lowest_runtime:
log.debug("%s was blacklisted because it had a runtime of: %d", show['show']['title'],
show['movie']['runtime'])
show['show']['runtime'])
blacklisted = True
except Exception:

Loading…
Cancel
Save