Skip to content

Commit

Permalink
Warn if subtitle search is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Apr 25, 2016
1 parent 69ab3be commit 8cd1751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sickbeard/subtitles.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ def run(self, force=False): # pylint: disable=too-many-branches, too-many-state
return

if not sickbeard.USE_SUBTITLES:
logger.log(u"Subtitle search is disabled. Please enabled it", logger.WARNING)
return

if not sickbeard.subtitles.enabled_service_list():
Expand Down

0 comments on commit 8cd1751

Please sign in to comment.