We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d613398 + aacccaf commit 29fddb0Copy full SHA for 29fddb0
custom_components/plex_recently_added/parser.py
@@ -31,6 +31,7 @@ def parse_library(root):
31
return output
32
33
def extract_metadata_and_type(path):
34
+ if not path: return None
35
pattern = re.compile(r"/library/metadata/(\d+)/(thumb|art)/(\d+)")
36
match = pattern.search(path)
37
0 commit comments