Skip to content

Commit

Permalink
MTV - srrDB trumps
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Oct 10, 2024
1 parent c11b7a1 commit 8f27905
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/trackers/MTV.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,10 @@ async def edit_group_desc(self, meta):
return description

async def edit_name(self, meta):
mtv_name = meta['uuid']
if meta['scene'] is True:
mtv_name = meta['video']
else:
mtv_name = meta['uuid']
# Try to use original filename if possible
if meta['source'].lower().replace('-', '') in mtv_name.replace('-', '').lower():
if not meta['isdir']:
Expand Down

0 comments on commit 8f27905

Please sign in to comment.