Add MafileExport feature and Perform Resharper Cleanup

This commit is contained in:
achiez
2026-01-19 21:28:44 +02:00
parent 3e87a0d50e
commit 969590d9f2
42 changed files with 1487 additions and 146 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ public static class MaClient
if (mafile.SessionData.RefreshToken.IsExpired)
throw new SessionPermanentlyExpiredException();
if (ignoreAccessToken == false)
if (!ignoreAccessToken)
{
var access = mafile.SessionData.GetMobileToken();
if (access == null || access.Value.IsExpired)