Update AnimeKai.kt

This commit is contained in:
Arkai1 2025-04-15 15:49:20 +05:30 committed by GitHub
parent 745d227793
commit 97dc320923
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -104,7 +104,7 @@ class AnimeKai : AnimeHttpSource() {
override fun videoListParse(response: Response): List<Video> {
val doc = response.asJsoup()
\\Add Quality Preference (If someone want to make it)
// Add Quality Preference (If someone want to make it)
val preferredServer = preferences.getString(prefServerKey, defaultServer)!!
val preferredSubtype = preferences.getString(prefSubtypeKey, defaultSubtype)!!