mangayomi-mirror/lib/modules/more
NBA2K1 73e7ad05f9 Fix MyAnimeList expiresIn retrieval
Remove incorrect expiresIn calculation in `OAuth.fromJson`. The `login()`
function of the MyAnimeList class already sets expiresIn as an absolute timestamp in milliseconds.
Multiplying by 1000 and adding the current timestamp in fromJson caused
expiresIn to be inflated, making the expiration check in `_getAccessToken()`
always false, skipping token refresh and returning an invalid token.
2025-05-04 22:36:54 +02:00
..
about refactor: improve download button logic and clean up code 2025-04-01 17:15:54 +01:00
categories moved super() call of initState to top of method 2025-04-22 04:57:52 +02:00
data_and_storage fixed archive bug 2025-03-26 23:46:42 +01:00
download_queue dart format 2025-02-23 15:31:49 +01:00
providers added options to migrate sources and clean the database 2025-03-02 01:22:41 +01:00
settings Fix MyAnimeList expiresIn retrieval 2025-05-04 22:36:54 +02:00
statistics android users now can directly install new updates 2025-03-28 23:54:33 +01:00
widgets dart format 2025-02-23 15:31:49 +01:00
more_screen.dart added default subtitle lang + statistics screen 2025-03-10 00:02:06 +01:00