actually save config
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Text.Json.Serialization;
|
||||
#pragma warning disable SA1300
|
||||
|
||||
namespace Jellyfin.Plugin.Simkl.API.Responses
|
||||
{
|
||||
@@ -21,6 +22,6 @@ namespace Jellyfin.Plugin.Simkl.API.Responses
|
||||
/// Gets or sets access token.
|
||||
/// </summary>
|
||||
[JsonPropertyName("access_token")]
|
||||
public string AccessToken { get; set; }
|
||||
public string access_token { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user