mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-06 20:00:30 +00:00
Idk why I had removed the requirement
This commit is contained in:
parent
34206dbc42
commit
4010d019ae
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class MyAnimeList extends _$MyAnimeList {
|
|||
: '0c9100ccd443ddb441a319a881180f7f';
|
||||
|
||||
@override
|
||||
void build({required int syncId, ItemType? itemType}) {}
|
||||
void build({required int syncId, required ItemType? itemType}) {}
|
||||
|
||||
Future<bool?> login() async {
|
||||
final callbackUrlScheme =
|
||||
|
|
|
|||
Loading…
Reference in a new issue