Metadata Downloading (#3525)
This commit is contained in:
parent
eb66763078
commit
f4fd7230ea
108 changed files with 6296 additions and 484 deletions
|
@ -160,7 +160,17 @@ public class AppUserPreferences
|
|||
/// UI Site Global Setting: The language locale that should be used for the user
|
||||
/// </summary>
|
||||
public string Locale { get; set; }
|
||||
#endregion
|
||||
|
||||
#region KavitaPlus
|
||||
/// <summary>
|
||||
/// Should this account have Scrobbling enabled for AniList
|
||||
/// </summary>
|
||||
public bool AniListScrobblingEnabled { get; set; }
|
||||
/// <summary>
|
||||
/// Should this account have Want to Read Sync enabled
|
||||
/// </summary>
|
||||
public bool WantToReadSync { get; set; }
|
||||
#endregion
|
||||
|
||||
public AppUser AppUser { get; set; } = null!;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue