diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2026-03-02 09:04:40 +0100 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2026-03-02 09:04:40 +0100 |
| commit | 11e16df5967f2730db06f3a4789012a10ce0abad (patch) | |
| tree | 3b96dbb3d7b56d36cdbdfc492767b8c817cee743 /Emby.Server.Implementations/Localization/Ratings | |
| parent | b6f4ffd2514952462c9aec1fcae8c934f4db0393 (diff) | |
Fix Canadian ratings
Diffstat (limited to 'Emby.Server.Implementations/Localization/Ratings')
| -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..a915dc8e31 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": [], "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 |
