diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-05-06 20:33:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-06 20:33:58 +0200 |
| commit | 1bbbc1c8239494b1825343feced908f49e66a8f3 (patch) | |
| tree | ed136d3f1bad686e0bec2f23133c5408b5715224 /Emby.Server.Implementations/Localization/Ratings/ca.json | |
| parent | a8f361f8c049cc8ef83138cb8f5e8f8f1043386b (diff) | |
| parent | a12736a0ce7f1664d33bbf24fd8223ea9873dc69 (diff) | |
Merge pull request #16328 from Shadowghost/rating-fix
Fix Canadian rating and fallback to unrated if we have a CountryCode but no matching rating
Diffstat (limited to 'Emby.Server.Implementations/Localization/Ratings/ca.json')
| -rw-r--r-- | Emby.Server.Implementations/Localization/Ratings/ca.json | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/Localization/Ratings/ca.json b/Emby.Server.Implementations/Localization/Ratings/ca.json index fa43a8f2b7..76550b64c3 100644 --- a/Emby.Server.Implementations/Localization/Ratings/ca.json +++ b/Emby.Server.Implementations/Localization/Ratings/ca.json @@ -3,7 +3,7 @@ "supportsSubScores": true, "ratings": [ { - "ratingStrings": ["E", "G", "TV-Y", "TV-G"], + "ratingStrings": ["C", "E", "G", "TV-Y", "TV-G"], "ratingScore": { "score": 0, "subScore": 0 @@ -24,13 +24,20 @@ } }, { - "ratingStrings": ["PG", "TV-PG"], + "ratingStrings": ["C8"], "ratingScore": { - "score": 9, + "score": 8, "subScore": 0 } }, { + "ratingStrings": ["PG", "TV-PG"], + "ratingScore": { + "score": 8, + "subScore": 1 + } + }, + { "ratingStrings": ["14A"], "ratingScore": { "score": 14, @@ -38,7 +45,7 @@ } }, { - "ratingStrings": ["TV-14"], + "ratingStrings": ["14+", "TV-14"], "ratingScore": { "score": 14, "subScore": 1 |
