mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-25 03:01:41 +01:00
35 lines
737 B
JSON
35 lines
737 B
JSON
{
|
|
"countryCode": "id",
|
|
"supportsSubScores": false,
|
|
"ratings": [
|
|
{
|
|
"ratingStrings": ["SU"],
|
|
"ratingScore": {
|
|
"score": 0,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["13+"],
|
|
"ratingScore": {
|
|
"score": 13,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["17+"],
|
|
"ratingScore": {
|
|
"score": 17,
|
|
"subScore": null
|
|
}
|
|
},
|
|
{
|
|
"ratingStrings": ["21+"],
|
|
"ratingScore": {
|
|
"score": 21,
|
|
"subScore": null
|
|
}
|
|
}
|
|
]
|
|
}
|