diff options
author | morpheus65535 <[email protected]> | 2021-10-20 14:58:54 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2021-10-20 14:58:54 -0400 |
commit | 8b0b965c8f2bbeccf277892c617bfa602028bd8c (patch) | |
tree | a16dac91c93a58b68d4768ca7133f7cdf5f7733f | |
parent | 878a271a4275258c80912226f7e97ba26f054307 (diff) | |
parent | 8bdf957c066e6f7d453e2164b0f9708ed09fedc2 (diff) | |
download | bazarr-8b0b965c8f2bbeccf277892c617bfa602028bd8c.tar.gz bazarr-8b0b965c8f2bbeccf277892c617bfa602028bd8c.zip |
Merge remote-tracking branch 'origin/development' into development
-rw-r--r-- | libs/subliminal/score.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/subliminal/score.py b/libs/subliminal/score.py index 749774ffd..229e2f3a1 100644 --- a/libs/subliminal/score.py +++ b/libs/subliminal/score.py @@ -45,7 +45,7 @@ movie_scores = {'hash': 119, 'title': 60, 'year': 30, 'release_group': 15, 'source': 7, 'audio_codec': 3, 'resolution': 2, 'video_codec': 2, 'hearing_impaired': 1} #: Equivalent release groups -equivalent_release_groups = ({'LOL', 'DIMENSION'}, {'ASAP', 'IMMERSE', 'FLEET'}, {'AVS', 'SVA'}) +equivalent_release_groups = ({'FraMeSToR', 'W4NK3R', 'BHDStudio'}, {'LOL', 'DIMENSION'}, {'ASAP', 'IMMERSE', 'FLEET'}, {'AVS', 'SVA'}) def get_equivalent_release_groups(release_group): |