mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-31 03:12:12 +00:00
Test
This commit is contained in:
parent
93e658b10f
commit
90b802d128
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ def list_subtitles(file):
|
|||
def store_subtitles(file):
|
||||
languages = []
|
||||
actual_subtitles = []
|
||||
print file
|
||||
if os.path.exists(file):
|
||||
if os.path.splitext(file)[1] == '.mkv':
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue