Skip to content

Commit

Permalink
Replaced missed 'next_air' key with 'next_air_date'
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertDisc authored Dec 20, 2023
1 parent 9bb5657 commit 2477d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pattrmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,7 @@ def __init__(self, id, title, first_air_date, last_air_date, next_air_date, stat
loaded_cache_json)
print("Sorting " + library + "...")
logging.info("Sorting " + library + "...")
series_rs_sorted_list = sorted_list(series_rs_list, 'next_air')
series_rs_sorted_list = sorted_list(series_rs_list, 'next_air_date')

trakt_access = vars.traktApi('token')
trakt_api = vars.traktApi('client')
Expand Down

0 comments on commit 2477d51

Please sign in to comment.