alphabetize

This commit is contained in:
sevenrats 2023-02-04 14:10:06 -05:00
parent 7f9c56fe08
commit 6e42b1b53e

View File

@ -224,16 +224,16 @@
"default": "false"
},
{
"title": "Skip Details for Single Seasons",
"description": "Go directly to the episode list if a TV series has only one season.",
"settingName": "ui.tvshows.goStraightToEpisodeListing",
"title": "Disable Community Rating for Episodes",
"description": "Hide the star and community rating for episodes of a TV show. This is to prevent spoilers of an upcoming good/bad episode.",
"settingName": "ui.tvshows.disableCommunityRating",
"type": "bool",
"default": "false"
},
{
"title": "Disable Community Rating for Episodes",
"description": "Hide the star and community rating for episodes of a TV show. This is to prevent spoilers of an upcoming good/bad episode.",
"settingName": "ui.tvshows.disableCommunityRating",
"title": "Skip Details for Single Seasons",
"description": "Go directly to the episode list if a TV series has only one season.",
"settingName": "ui.tvshows.goStraightToEpisodeListing",
"type": "bool",
"default": "false"
}