AnimeOwl: Fix preferred quality and language (#977)
* Call sort on Video list * Bump version
This commit is contained in:
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'AnimeOwl'
|
||||
pkgNameSuffix = 'en.animeowl'
|
||||
extClass = '.AnimeOwl'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
libVersion = '13'
|
||||
}
|
||||
|
||||
|
@ -199,7 +199,7 @@ class AnimeOwl : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
||||
}
|
||||
}
|
||||
}
|
||||
return Observable.just(videoList)
|
||||
return Observable.just(videoList.sort())
|
||||
}
|
||||
|
||||
override fun videoFromElement(element: Element): Video = throw Exception("Not Used")
|
||||
|
Reference in New Issue
Block a user