Add Playlists entry to sidebar main navigation

Adds a toggleable "Playlists" item that opens PlaylistsListView,
mirroring the Channels → ManageChannelsView pattern.
This commit is contained in:
Arkadiusz Fal
2026-04-17 04:12:39 +02:00
parent f8ca23308d
commit a660591e8d
4 changed files with 63 additions and 2 deletions

View File

@@ -14212,6 +14212,17 @@
}
}
},
"sidebar.mainItem.playlists" : {
"comment" : "Sidebar main navigation item for playlists",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Playlists"
}
}
}
},
"sidebar.mainItem.downloads" : {
"comment" : "Sidebar main navigation item for downloads",
"localizations" : {