Skip to content

Commit

Permalink
Update pattrmm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertDisc authored Jan 17, 2024
1 parent 6e018f7 commit 3950c0a
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 @@ -2392,7 +2392,7 @@ def __init__(self, id, title, first_air_date, last_air_date, next_air_date, stat
last_episode_aired.after: {considered_airing_formatted}
'''

overlay_body += overlay_airing_next # Append to overlay_body
overlay_body = overlay_body + overlay_airing_next # Append to overlay_body
next_air_counter += 1 # Update the counter for the next iteration

if vars.setting('ovEnded'):
Expand Down

0 comments on commit 3950c0a

Please sign in to comment.