Fix #697: Add Artists to supported startup pages

This commit is contained in:
Drew Weymouth
2025-08-28 15:00:06 -04:00
parent 729dc91b53
commit e090244704
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -214,6 +214,8 @@ func (m *MainWindow) setInitialSize() {
func (m *MainWindow) StartupPage() controller.Route {
switch m.App.Config.Application.StartupPage {
case "Artists":
return controller.ArtistsRoute()
case "Favorites":
return controller.FavoritesRoute()
case "Playlists":