mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-30 23:00:18 -04:00
35 lines
736 B
JSON
35 lines
736 B
JSON
{
|
|
"countryCode": "cz",
|
|
"supportsSubScores": false,
|
|
"ratings": [
|
|
{
|
|
"ratingStrings": ["U"],
|
|
"ratingScore": {
|
|
"score": 0,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["12+"],
|
|
"ratingScore": {
|
|
"score": 12,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["15+"],
|
|
"ratingScore": {
|
|
"score": 15,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["18+"],
|
|
"ratingScore": {
|
|
"score": 18,
|
|
"subScore": null
|
|
}
|
|
}
|
|
]
|
|
}
|