mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-15 00:18:48 +00:00
no log: fixed typo in event type
This commit is contained in:
parent
030ca2a4e3
commit
ec199edefc
1 changed files with 1 additions and 1 deletions
|
@ -961,7 +961,7 @@ class Movies(Resource):
|
|||
|
||||
list_missing_subtitles_movies(no=radarrId, send_event=False)
|
||||
|
||||
event_stream(type='movies', payload=radarrId)
|
||||
event_stream(type='movie', payload=radarrId)
|
||||
event_stream(type='badges')
|
||||
|
||||
return '', 204
|
||||
|
|
Loading…
Add table
Reference in a new issue