Skip to content

Commit

Permalink
Error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 16, 2024
1 parent 52a5b41 commit b276d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/poster_cleanarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def match_assets(assets_dict, media_dict, ignore_collections):
unmatched_assets = {}
# Loop through different media types
for media_type in ['movies', 'series', 'collections']:
unmatched_assets[media_type] = {}
unmatched_assets[media_type] = []
# Check if the media type exists in both assets and media dictionaries
if media_type in media_dict and media_type in assets_dict:
# Iterate through each asset in the asset dictionary of the given media type
Expand Down

0 comments on commit b276d20

Please sign in to comment.