navigate to playlist screen after copying

Changelog: changed
This commit is contained in:
Kai 2025-06-06 15:57:09 -05:00
commit 389798457b
No known key found for this signature in database

View file

@ -178,6 +178,7 @@ class PlaylistFragment : MainFragment() {
newName = "${playlist.name} (Copy $copyNumber)"
}
StatePlaylists.instance.playlistStore.save(playlist.makeCopy(newName))
_fragment.navigate<PlaylistsFragment>(withHistory = false)
UIDialogs.toast("Playlist copied")
}