no log: fixed typo in event type

pull/1443/head
morpheus65535 3 years ago
parent 030ca2a4e3
commit ec199edefc

@ -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…
Cancel
Save