|
|
|
@ -219,7 +219,7 @@ def update_one_movie(movie_id, action, defer_search=False):
|
|
|
|
|
movie = movieParser(movie_data, action='insert', tags_dict=tagsDict,
|
|
|
|
|
movie_default_profile=movie_default_profile, audio_profiles=audio_profiles)
|
|
|
|
|
except Exception:
|
|
|
|
|
logging.debug('BAZARR cannot get movie returned by SignalR feed from Radarr API.')
|
|
|
|
|
logging.exception('BAZARR cannot get movie returned by SignalR feed from Radarr API.')
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
# Drop useless events
|
|
|
|
|