fix a bug in sending the next episode details, if there is no next dont send

This commit is contained in:
Shaun
2018-01-03 18:57:48 +11:00
parent c757b7ed5b
commit 8cb632db7d

View File

@@ -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"),