Skip to content

Commit

Permalink
fix: crash add to playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Malopieds committed Jun 27, 2024
1 parent e3234a8 commit d436f32
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ fun SelectionMediaMetadataMenu(
database.query {
var position = playlist.songCount
songSelection.forEach { song ->
insert(song)
insert(
PlaylistSongMap(
songId = song.id,
Expand Down

0 comments on commit d436f32

Please sign in to comment.