mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-25 03:01:41 +01:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"countryCode": "fi",
|
|
"supportsSubScores": false,
|
|
"ratings": [
|
|
{
|
|
"ratingStrings": ["S", "T"],
|
|
"ratingScore": {
|
|
"score": 0,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["7", "K7", "K-7"],
|
|
"ratingScore": {
|
|
"score": 7,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["12", "K12", "K-12"],
|
|
"ratingScore": {
|
|
"score": 12,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["16", "K16", "K-16"],
|
|
"ratingScore": {
|
|
"score": 16,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["18", "K18", "K-18"],
|
|
"ratingScore": {
|
|
"score": 18,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["KK"],
|
|
"ratingScore": {
|
|
"score": 1001,
|
|
"subScore": null
|
|
}
|
|
}
|
|
]
|
|
}
|