1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-31 11:22:38 +00:00
This commit is contained in:
Louis Vézina 2017-11-27 22:12:55 -05:00
parent 93e658b10f
commit 90b802d128

View file

@ -38,6 +38,7 @@ def list_subtitles(file):
def store_subtitles(file): def store_subtitles(file):
languages = [] languages = []
actual_subtitles = [] actual_subtitles = []
print file
if os.path.exists(file): if os.path.exists(file):
if os.path.splitext(file)[1] == '.mkv': if os.path.splitext(file)[1] == '.mkv':
try: try: