Skip to content

Commit

Permalink
Remove override auto PP setting when 'postpone if no subs'
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Apr 17, 2016
1 parent 80606a9 commit 0908063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/webserve.py
Original file line number Diff line number Diff line change
Expand Up @@ -4427,7 +4427,7 @@ def savePostProcessing(self, kodi_data=None, kodi_12plus_data=None,
if sickbeard.POSTPONE_IF_NO_SUBS:
allowed_extensions += ',srt'
# Auto PP must be disabled because FINDSUBTITLE thread that calls manual PP (like nzbtomedia)
sickbeard.PROCESS_AUTOMATICALLY = 0
#sickbeard.PROCESS_AUTOMATICALLY = 0
sickbeard.ALLOWED_EXTENSIONS = ','.join({x.strip() for x in allowed_extensions.split(',') if x.strip()})
sickbeard.NAMING_CUSTOM_ABD = config.checkbox_to_value(naming_custom_abd)
sickbeard.NAMING_CUSTOM_SPORTS = config.checkbox_to_value(naming_custom_sports)
Expand Down

0 comments on commit 0908063

Please sign in to comment.