2020-06-19 18:24:13 +00:00
|
|
|
|
#pragma warning disable CS1591
|
|
|
|
|
|
|
|
|
|
using MediaBrowser.Model.Plugins;
|
2020-03-02 17:07:31 +00:00
|
|
|
|
|
|
|
|
|
namespace MediaBrowser.Providers.Plugins.AudioDb
|
|
|
|
|
{
|
|
|
|
|
public class PluginConfiguration : BasePluginConfiguration
|
|
|
|
|
{
|
2020-03-08 03:10:25 +00:00
|
|
|
|
public bool ReplaceAlbumName { get; set; }
|
2020-03-02 17:07:31 +00:00
|
|
|
|
}
|
|
|
|
|
}
|