Skip to content

Commit

Permalink
removed MyAnimeList untested api comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamicen committed Mar 7, 2024
1 parent caa90a9 commit 9bf6a2e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ class MyAnimeList(id: Long) : BaseTracker(id, NAME), DeletableTracker {
return api.search(query)
}

// This should work but is technically untested since MyAnimeList is blocking Mihon at the moment
override suspend fun searchId(id: Long): List<TrackSearch> {
return listOf(api.getMangaDetails(id.toInt()))
}
Expand Down

0 comments on commit 9bf6a2e

Please sign in to comment.