mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Allow null ItemTrackModification from DB
This commit is contained in:
parent
d5a55ce4ad
commit
f77d345abf
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ interface ItemPlaybackDao {
|
||||||
userId: Int,
|
userId: Int,
|
||||||
itemId: UUID,
|
itemId: UUID,
|
||||||
trackIndex: Int,
|
trackIndex: Int,
|
||||||
): ItemTrackModification
|
): ItemTrackModification?
|
||||||
|
|
||||||
@Insert(onConflict = OnConflictStrategy.REPLACE)
|
@Insert(onConflict = OnConflictStrategy.REPLACE)
|
||||||
suspend fun saveItem(item: ItemTrackModification): Long
|
suspend fun saveItem(item: ItemTrackModification): Long
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue