no log: Fixed some typo

This commit is contained in:
morpheus65535 2021-05-28 13:49:57 -04:00
parent b3917c58a2
commit c5b7fb603f
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ def dispatcher(data):
if topic == 'series':
update_one_series(series_id=media_id, action=action)
if episodesChanged:
# this will happen if an episode monitored status is changed.
# this will happen if a season monitored status is changed.
sync_episodes(series_id=media_id, send_event=True)
elif topic == 'episode':
sync_one_episode(episode_id=media_id)