Skip to content

Commit

Permalink
MTV - if scene name fallback remove extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Feb 9, 2025
1 parent e573410 commit b2427bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/trackers/MTV.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ async def edit_name(self, meta):
mtv_name = meta.get('scene_name')
else:
mtv_name = meta['uuid']
mtv_name, _ = os.path.splitext(mtv_name)
else:
mtv_name = meta['name']
prefix_removed = False
Expand Down

0 comments on commit b2427bd

Please sign in to comment.