mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 17:54:50 +03:00
35 lines
737 B
JSON
35 lines
737 B
JSON
{
|
|
"countryCode": "ua",
|
|
"supportsSubScores": false,
|
|
"ratings": [
|
|
{
|
|
"ratingStrings": ["0+"],
|
|
"ratingScore": {
|
|
"score": 0,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["12+"],
|
|
"ratingScore": {
|
|
"score": 12,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["16+"],
|
|
"ratingScore": {
|
|
"score": 16,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["18+"],
|
|
"ratingScore": {
|
|
"score": 18,
|
|
"subScore": null
|
|
}
|
|
}
|
|
]
|
|
}
|