Private GIT

Skip to content
Snippets Groups Projects
Commit b56c399f authored by miigotu's avatar miigotu
Browse files

Merge pull request #2825 from medariox/develop

Removed silly feature
parents 81eb227c 397fdb55
Branches
No related tags found
No related merge requests found
......@@ -216,10 +216,6 @@ def subtitlesLanguages(video_path):
else:
subtitle_languages = scan_subtitle_languages(video_path)
if (len(subtitle_languages) is 1 and len(wantedLanguages()) is 1) and Language('und') in subtitle_languages:
subtitle_languages.remove(Language('und'))
subtitle_languages.add(fromietf(wantedLanguages()[0]))
for language in subtitle_languages:
if hasattr(language, 'opensubtitles') and language.opensubtitles:
resultList.append(language.opensubtitles)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment