1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-04 10:28:15 +00:00
This commit is contained in:
Louis Vézina 2017-11-27 22:49:08 -05:00
parent 44ec18f809
commit 55a784b077

View file

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