Add backup export and local artwork storage
This commit is contained in:
@@ -27,6 +27,8 @@ public sealed class PluginConfiguration : BasePluginConfiguration
|
||||
|
||||
public int ItemsProxyCacheMaxMiB { get; set; } = 50;
|
||||
|
||||
public string AssetStorageMode { get; set; } = "url";
|
||||
|
||||
[XmlArray("SortArticles")]
|
||||
[XmlArrayItem("SortArticleEntry")]
|
||||
public SortArticleEntry[] ArticleEntries { get; set; } = [];
|
||||
@@ -34,6 +36,8 @@ public sealed class PluginConfiguration : BasePluginConfiguration
|
||||
public bool EnableLogging { get; set; }
|
||||
|
||||
public bool VerboseLogging { get; set; }
|
||||
|
||||
public bool CleanupDataOnUninstall { get; set; }
|
||||
}
|
||||
|
||||
public sealed class ProviderState
|
||||
|
||||
Reference in New Issue
Block a user