mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-04 18:39:39 -05:00
Revert "Minor change to subtitle code"
This reverts commit 70c5a025807c537bd20ae2c09e64b4d2dc141dd9.
This commit is contained in:
parent
eeb632fd0f
commit
93471b15e6
@ -1284,9 +1284,9 @@ class TVEpisode(object):
|
||||
lang = babel.alpha3
|
||||
languages.add(babelfish.Language(lang))
|
||||
|
||||
videos = subliminal.scan_videos([self.location])
|
||||
video = subliminal.scan_video(self.location)
|
||||
providers = sickbeard.subtitles.getEnabledServiceList()
|
||||
downloadedSubs = subliminal.download_best_subtitles(videos, languages, providers)
|
||||
downloadedSubs = subliminal.download_best_subtitles([video], languages, providers)
|
||||
if not len(downloadedSubs):
|
||||
logger.log(
|
||||
str(self.show.indexerid) + ": No subtitles found for episode " + str(self.season) + "x" + str(
|
||||
|
Loading…
x
Reference in New Issue
Block a user