1
0
Fork 0
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:
morpheus65535 2021-06-17 10:11:43 -04:00
parent 030ca2a4e3
commit ec199edefc

View file

@ -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