|
|
|
@ -225,7 +225,7 @@ def list_missing_subtitles(no=None, epno=None, send_event=True):
|
|
|
|
|
'forced': cutoff_temp['forced'],
|
|
|
|
|
'hi': cutoff_temp['hi']}
|
|
|
|
|
if cutoff_temp['audio_only_include'] == 'True' and not matches_audio(cutoff_temp):
|
|
|
|
|
cutoff_met = True
|
|
|
|
|
continue
|
|
|
|
|
elif cutoff_temp['audio_exclude'] == 'True' and matches_audio(cutoff_temp):
|
|
|
|
|
cutoff_met = True
|
|
|
|
|
elif cutoff_language in actual_subtitles_list:
|
|
|
|
|