mirror of
https://github.com/jellyfin/jellyfin-plugin-trakt.git
synced 2024-11-23 13:50:15 +00:00
Merge pull request #5 from j2ghz/patch-1
Fix non-persistent authentication
This commit is contained in:
commit
531e8d7938
@ -960,6 +960,7 @@ namespace Trakt.Api
|
||||
traktUser.RefreshToken = userToken.refresh_token;
|
||||
traktUser.PIN = null;
|
||||
traktUser.AccessTokenExpiration = DateTime.Now.AddMonths(2);
|
||||
Plugin.Instance.SaveConfiguration();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user