Skip to content

Commit

Permalink
refactor: appending instances of sources on the handler
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanYuuki committed Nov 21, 2024
1 parent d4d85f5 commit 7651eac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/utils/sources/anime/handler/sources_handler.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'package:aurora/utils/sources/anime/extensions/animepahe/animepahe.dart';
import 'package:aurora/utils/sources/anime/extensions/anivibe/anivibe.dart';
import 'package:aurora/utils/sources/anime/extensions/aniwatch_api/api.dart';
import 'package:aurora/utils/sources/anime/base/source_base.dart';
import 'package:aurora/utils/sources/anime/extensions/aniwatch/aniwatch.dart';
Expand All @@ -11,6 +13,8 @@ class SourcesHandler {
"HiAnime (API)": HiAnimeApi(),
"GogoAnime": GogoAnime(),
"YugenAnime": YugenAnime(),
"AnimePahe": AnimePahe(),
"AniVibe": AniVibe(),
};

SourcesHandler() {
Expand Down

0 comments on commit 7651eac

Please sign in to comment.