pull/684/head
Louis Vézina 5 years ago
parent 37a23202d7
commit ba51b5bc59

@ -112,7 +112,7 @@ def path_replace_reverse(path):
def path_replace_movie(path):
if path is None or radarr_use_path_mapping is False:
return None
return path
reverted_path = radarr_regex.sub(lambda match: path_mapping_movie[match.group(0)], path, count=1)

Loading…
Cancel
Save