Skip to content

Commit

Permalink
fix(ru/anilibriatv): Fix main class
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxesFoxes committed Oct 10, 2023
1 parent c7efe07 commit a12b918
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ data class AnimeDescription(
val description: String? = null,
)

class AniLibriaTVApiV3(
override val name: String,
override val baseUrl: String,
) : ConfigurableAnimeSource, AnimeHttpSource() {
class AniLibriaTV : ConfigurableAnimeSource, AnimeHttpSource() {
override val name: String = "AniLibria TV"

override val baseUrl: String = "https://api.anilibria.tv/v3"

override val lang: String = "ru"

override val supportsLatest: Boolean = true
Expand Down

0 comments on commit a12b918

Please sign in to comment.