Skip to content

Commit

Permalink
Another fix for #517
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Aug 16, 2019
1 parent 94cfc53 commit 3807be5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bazarr/get_subtitle.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ def wanted_download_subtitles(path, l, count_episodes):

for i in range(len(attempt)):
if attempt[i][0] == language:
language = language.split(':')[0]
if search_active(attempt[i][1]):
notifications.write(msg='Searching for series subtitles...', queue='get_subtitle', item=l,
length=count_episodes)
Expand Down Expand Up @@ -739,7 +738,6 @@ def wanted_download_subtitles_movie(path, l, count_movies):

for i in range(len(attempt)):
if attempt[i][0] == language:
language = language.split(':')[0]
if search_active(attempt[i][1]) is True:
notifications.write(msg='Searching for movies subtitles...', queue='get_subtitle', item=l,
length=count_movies)
Expand Down

0 comments on commit 3807be5

Please sign in to comment.