Private GIT

Skip to content
Snippets Groups Projects
Commit a77259da authored by Fernando's avatar Fernando
Browse files

Merge pull request #426 from SickRage/fixup_subs

Update subtitles.py
parents a518a46f c55428f7
No related branches found
No related tags found
No related merge requests found
...@@ -336,7 +336,7 @@ class SubtitlesFinder(object): ...@@ -336,7 +336,7 @@ class SubtitlesFinder(object):
for video_filename in sorted(files): for video_filename in sorted(files):
try: try:
# Remove non release groups from video file. Needed to match subtitles # Remove non release groups from video file. Needed to match subtitles
new_video_filename = helpers.remove_non_release_groups(video_filename) new_video_filename = remove_non_release_groups(video_filename)
if new_video_filename != video_filename: if new_video_filename != video_filename:
os.rename(video_filename, new_video_filename) os.rename(video_filename, new_video_filename)
video_filename = new_video_filename video_filename = new_video_filename
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment