0.2.72 - Magic button, Next up fixes

This commit is contained in:
ponzischeme89
2026-08-17 11:41:36 +12:00
parent 36cb1324fd
commit 12b27c77c3
2655 changed files with 5435 additions and 254 deletions
@@ -81,6 +81,8 @@ func TestPreferenceValueLabelWordsEveryKind(t *testing.T) {
{"homeSections", []string{"latest", "continue"}, "Latest movies, Continue watching"},
{"homeHiddenRows", []string{}, "None"},
{"homeHiddenRows", []string{"recommended"}, "recommended"},
{"profileInitials", "MC", "MC"},
{"profileInitials", "", "Automatic"},
} {
definition, ok := preferenceDefinitionFor(testCase.key)
if !ok {