Update Anizm.kt

This commit is contained in:
phisher98 2024-03-27 11:39:47 +05:30 committed by GitHub
parent bd4b65db0e
commit 97f9616fae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
package com.hexated
import android.util.Log
//import android.util.Log
import com.fasterxml.jackson.annotation.JsonProperty
import com.lagradost.cloudstream3.*
import com.lagradost.cloudstream3.LoadResponse.Companion.addTrailer
@ -192,4 +192,4 @@ class Anizm : MainAPI() {
@JsonProperty("data") val data: String?,
)
}
}