feat: auth screen with auto-redirect, sync favorites/history with backend
This commit is contained in:
@@ -8,5 +8,6 @@ data class Station(
|
||||
val coverUrl: String,
|
||||
val genre: String,
|
||||
val tags: List<String>,
|
||||
val sortOrder: Int
|
||||
val sortOrder: Int,
|
||||
val source: String = "record"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user