Skip to content

Commit

Permalink
player: WRITE QUEUE CONTINUATION ID ON CREATE
Browse files Browse the repository at this point in the history
  • Loading branch information
mikooomich committed Feb 2, 2025
1 parent 9d5a984 commit 8f02383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/com/dd3boh/outertune/db/DatabaseDao.kt
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ interface DatabaseDao : SongsDao, AlbumsDao, ArtistsDao, PlaylistsDao, QueueDao
title = mq.title,
shuffled = mq.shuffled,
queuePos = mq.queuePos,
index = mq.index
index = mq.index,
playlistId = mq.playlistId
)
)

Expand Down

0 comments on commit 8f02383

Please sign in to comment.