Update AnimeKai.kt

This commit is contained in:
Arkai1 2025-04-15 15:47:33 +05:30 committed by GitHub
parent 310c9cc397
commit e5dc14389c
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)!!