unimay: Remove id from the playlist. Not required and will be deleted
This commit is contained in:
parent
094f6603bd
commit
33e61e1bb7
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 2
|
||||
version = 3
|
||||
|
||||
cloudstream {
|
||||
language = "uk"
|
||||
|
|
|
@ -46,7 +46,7 @@ data class Actors (
|
|||
|
||||
data class Playlist (
|
||||
|
||||
val id : Int,
|
||||
// val id : Int,
|
||||
val number : Int,
|
||||
val title : String,
|
||||
val preview : String?,
|
||||
|
|
Loading…
Reference in a new issue