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
1 changed files with 1 additions and 1 deletions

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