mangayomi-mirror/lib/modules
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
..
anime moved super() call of initState to top of method 2025-04-22 04:57:52 +02:00
browse moved super() call of initState to top of method 2025-04-22 04:57:52 +02:00
history moved super() call of initState to top of method 2025-04-22 04:57:52 +02:00
library #148 2025-05-02 13:44:37 +02:00
main_view Fix Exception 2025-04-22 00:39:00 +02:00
manga #148 2025-05-02 13:44:37 +02:00
more Fix MyAnimeList expiresIn retrieval 2025-05-04 22:36:54 +02:00
novel added options to migrate sources and clean the database 2025-03-02 01:22:41 +01:00
updates moved super() call of initState to top of method 2025-04-22 04:57:52 +02:00
webview moved super() call of initState to top of method 2025-04-22 04:57:52 +02:00
widgets moved super() call of initState to top of method 2025-04-22 04:57:52 +02:00