This commit is contained in:
vfsfitvnm
2022-07-18 13:29:44 +02:00
parent 06b4fcdc63
commit 61eeeb07c0
13 changed files with 1355 additions and 55 deletions

View File

@@ -5,7 +5,7 @@ import androidx.room.Junction
import androidx.room.Relation
data class DetailedSong(
open class DetailedSong(
@Embedded val song: Song,
@Relation(
entity = SongAlbumMap::class,