unimay: Remove id from the playlist. Not required and will be deleted

This commit is contained in:
CakesTwix 2023-10-07 23:53:50 +03:00
parent 094f6603bd
commit 33e61e1bb7
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
// use an integer for version numbers // use an integer for version numbers
version = 2 version = 3
cloudstream { cloudstream {
language = "uk" language = "uk"
@ -22,4 +22,4 @@ cloudstream {
) )
iconUrl = "https://www.google.com/s2/favicons?domain=unimay.media&sz=%size%" iconUrl = "https://www.google.com/s2/favicons?domain=unimay.media&sz=%size%"
} }

View file

@ -46,7 +46,7 @@ data class Actors (
data class Playlist ( data class Playlist (
val id : Int, // val id : Int,
val number : Int, val number : Int,
val title : String, val title : String,
val preview : String?, val preview : String?,
@ -77,4 +77,4 @@ data class Translators (
val nickName : String, val nickName : String,
val city : String, val city : String,
val avtarId : Int val avtarId : Int
) )