music: fix category id
This commit is contained in:
parent
463b02f871
commit
6ff2d55a68
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ import org.oxycblt.auxio.util.getPlural
|
|||
|
||||
sealed interface MediaSessionUID {
|
||||
data class CategoryItem(val category: Category) : MediaSessionUID {
|
||||
override fun toString() = "$ID_CATEGORY:$category"
|
||||
override fun toString() = "$ID_CATEGORY:${category.id}"
|
||||
}
|
||||
|
||||
data class SingleItem(val uid: Music.UID) : MediaSessionUID {
|
||||
|
|
Loading…
Reference in a new issue