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"
|
||||
|
@ -22,4 +22,4 @@ cloudstream {
|
|||
)
|
||||
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=unimay.media&sz=%size%"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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?,
|
||||
|
@ -77,4 +77,4 @@ data class Translators (
|
|||
val nickName : String,
|
||||
val city : String,
|
||||
val avtarId : Int
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue