summaryrefslogtreecommitdiffhomepage
path: root/libs/subliminal_patch/providers/hdbits.py
diff options
context:
space:
mode:
Diffstat (limited to 'libs/subliminal_patch/providers/hdbits.py')
-rw-r--r--libs/subliminal_patch/providers/hdbits.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/subliminal_patch/providers/hdbits.py b/libs/subliminal_patch/providers/hdbits.py
index ddac50fc6..10793b9ea 100644
--- a/libs/subliminal_patch/providers/hdbits.py
+++ b/libs/subliminal_patch/providers/hdbits.py
@@ -23,6 +23,7 @@ logger = logging.getLogger(__name__)
class HDBitsSubtitle(Subtitle):
provider_name = "hdbits"
hash_verifiable = False
+ hearing_impaired_verifiable = True
def __init__(self, language, id, name, filename, matches=None, episode=None):
super().__init__(language, hearing_impaired=language.hi)