Skip to content

Commit

Permalink
Merge pull request #97 from Makhuta/master
Browse files Browse the repository at this point in the history
Fix to prevent #96 and #93 (comment)
  • Loading branch information
mkanet authored Feb 24, 2025
2 parents d613398 + aacccaf commit 29fddb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/plex_recently_added/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def parse_library(root):
return output

def extract_metadata_and_type(path):
if not path: return None
pattern = re.compile(r"/library/metadata/(\d+)/(thumb|art)/(\d+)")
match = pattern.search(path)

Expand Down

0 comments on commit 29fddb0

Please sign in to comment.