mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-01 00:55:52 +00:00
no log: merge fix
This commit is contained in:
parent
6a0529b570
commit
3682f724db
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ def download_subtitle(path, language, audio_language, hi, forced, providers, pro
|
|||
|
||||
# TODO: support multiple languages at once
|
||||
if media_type == 'series':
|
||||
event_stream(type='series', action='update', payload=episode_metadata['sonarrSeriesId'])
|
||||
event_stream(type='series', action='update', payload=episode_metadata['seriesId'])
|
||||
event_stream(type='episode-wanted', action='delete', payload=episode_metadata['episodeId'])
|
||||
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue