fix a bug in sending the next episode details, if there is no next dont send
This commit is contained in:
@@ -220,6 +220,7 @@ def send_next_episode_details(item):
|
||||
|
||||
if next_episode is None:
|
||||
log.debug("No next episode")
|
||||
return
|
||||
|
||||
next_info = {
|
||||
"prev_id": item.get("Id"),
|
||||
|
||||
Reference in New Issue
Block a user