Skip to content

Commit

Permalink
refactor: changed default source to yugenanime
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanYuuki committed Nov 29, 2024
1 parent 7071b59 commit 7f63065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/sources/anime/handler/sources_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SourcesHandler {
};

SourcesHandler() {
selectedSource = animeSourcesMap.entries.first.key;
selectedSource = animeSourcesMap.entries.elementAt(3).key;
isMulti = animeSourcesMap[selectedSource]!.isMulti;
}
String selectedSource = '';
Expand Down

0 comments on commit 7f63065

Please sign in to comment.