mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
Merge pull request #4856 from Bnyro/master
fix: crash when importing old backup
This commit is contained in:
commit
7bb854cf8a
@ -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