Update AnimeKai.kt
This commit is contained in:
parent
3eb0694f24
commit
310c9cc397
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +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)
|
||||
|
||||
val preferredServer = preferences.getString(prefServerKey, defaultServer)!!
|
||||
val preferredSubtype = preferences.getString(prefSubtypeKey, defaultSubtype)!!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue