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