mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 15:51:03 +00:00
chore: code cleanup
This commit is contained in:
@@ -41,10 +41,10 @@ class LocalAnimeSource(
|
||||
override suspend fun getLatestUpdates(page: Int) = getSearchAnime(page, "", LATEST_FILTERS)
|
||||
|
||||
@Deprecated("Use the non-RxJava API instead", replaceWith = ReplaceWith("getPopularAnime"))
|
||||
override fun fetchPopularAnime(page: Int) = fetchSearchAnime(page, "", POPULAR_FILTERS)
|
||||
override fun fetchPopularAnime(page: Int) = getSearchAnime
|
||||
|
||||
@Deprecated("Use the non-RxJava API instead", replaceWith = ReplaceWith("getLatestUpdates"))
|
||||
override fun fetchLatestUpdates(page: Int) = fetchSearchAnime(page, "", LATEST_FILTERS)
|
||||
override fun fetchLatestUpdates(page: Int) = getSearchAnime
|
||||
|
||||
@Deprecated("Use the non-RxJava API instead", replaceWith = ReplaceWith("getSearchAnime"))
|
||||
override fun fetchSearchAnime(page: Int, query: String, filters: AnimeFilterList): Observable<AnimesPage> {
|
||||
|
||||
Reference in New Issue
Block a user