Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 20, 2024
1 parent 42779b5 commit 3bb65a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nohl.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def main():
data_dict = {'search_media': [], 'filtered_media': []}
nohl_data = nohl_dict['movies'] if instance_type == "radarr" else nohl_dict['series'] if instance_type == "sonarr" else None
if nohl_data:
media_dict = handle_starr_data(app, server_name, instance_type, logger)
media_dict = handle_starr_data(app, server_name, instance_type)
data_dict = filter_media(app, media_dict, nohl_data, instance_type, exclude_profiles, exclude_media,)
search_dict = data_dict.get('search_media', [])
if search_dict:
Expand Down

0 comments on commit 3bb65a2

Please sign in to comment.