connect up PlayQueueList actions and remove old NowPlayingPage

This commit is contained in:
Drew Weymouth
2024-03-03 11:47:57 -08:00
parent d5aefad7c3
commit a86533b424
7 changed files with 57 additions and 287 deletions
-4
View File
@@ -39,10 +39,6 @@ func FavoritesRoute() Route {
return Route{Page: Favorites}
}
func FullscreenRoute() Route {
return Route{Page: Fullscreen}
}
func GenreRoute(genre string) Route {
return Route{Page: Genre, Arg: genre}
}