From 33e61e1bb72bdaf0ee91eccb4e889249b98ee408 Mon Sep 17 00:00:00 2001 From: CakesTwix Date: Sat, 7 Oct 2023 23:53:50 +0300 Subject: [PATCH] unimay: Remove id from the playlist. Not required and will be deleted --- UnimayProvider/build.gradle.kts | 4 ++-- UnimayProvider/src/main/kotlin/com/lagradost/models/Search.kt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UnimayProvider/build.gradle.kts b/UnimayProvider/build.gradle.kts index 0e9792b..e17352b 100644 --- a/UnimayProvider/build.gradle.kts +++ b/UnimayProvider/build.gradle.kts @@ -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%" -} \ No newline at end of file +} diff --git a/UnimayProvider/src/main/kotlin/com/lagradost/models/Search.kt b/UnimayProvider/src/main/kotlin/com/lagradost/models/Search.kt index 75af0bb..8ec82ad 100644 --- a/UnimayProvider/src/main/kotlin/com/lagradost/models/Search.kt +++ b/UnimayProvider/src/main/kotlin/com/lagradost/models/Search.kt @@ -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 -) \ No newline at end of file +)