Skip to content

Commit

Permalink
verify title match exists
Browse files Browse the repository at this point in the history
  • Loading branch information
lardbit committed Dec 4, 2024
1 parent ecb2177 commit a257cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nefarious/parsers/tv.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def parse(self):
self.match = matches[0]

# single title
if 'title' in self.match:
if 'title' in self.match and self.match['title']:
self.match['title'] = self.normalize_media_title(self.match['title'][0])
else:
self.match['title'] = ''
Expand Down

0 comments on commit a257cf1

Please sign in to comment.