mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
fix: crash when importing old backup
This commit is contained in:
parent
4cfcde6e03
commit
92dc47b922
@ -8,6 +8,6 @@ import kotlinx.serialization.Serializable
|
||||
@Entity(tableName = "subscriptionGroups")
|
||||
data class SubscriptionGroup(
|
||||
@PrimaryKey var name: String,
|
||||
var channels: List<String>,
|
||||
var index: Int
|
||||
var channels: List<String> = listOf(),
|
||||
var index: Int = 0
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user