unimay: Drop trailer url from models
This commit is contained in:
parent
b2b676c1b7
commit
938534166a
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 1
|
version = 2
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
language = "uk"
|
language = "uk"
|
||||||
|
|
|
@ -17,7 +17,6 @@ data class SearchModel (
|
||||||
val lastUpdate : Long,
|
val lastUpdate : Long,
|
||||||
val name : String,
|
val name : String,
|
||||||
val engName : String,
|
val engName : String,
|
||||||
val trailer : String,
|
|
||||||
// https://api.unimay.media/api/release/suzume-locking-up-the-doors
|
// https://api.unimay.media/api/release/suzume-locking-up-the-doors
|
||||||
// val trailerPlaylist : String?,
|
// val trailerPlaylist : String?,
|
||||||
val timestamp : Long,
|
val timestamp : Long,
|
||||||
|
|
Loading…
Reference in a new issue