fix playlist page route

This commit is contained in:
Drew Weymouth
2023-02-11 11:30:28 -08:00
parent 5eda8264eb
commit 1cb273e086
+1 -1
View File
@@ -79,7 +79,7 @@ func (a *PlaylistPage) Save() SavedPage {
}
func (a *PlaylistPage) Route() Route {
return AlbumRoute(a.playlistID)
return PlaylistRoute(a.playlistID)
}
func (a *PlaylistPage) OnSongChange(song *subsonic.Child) {