mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:56:10 +01:00
11 lines
249 B
C#
11 lines
249 B
C#
#pragma warning disable CS1591
|
|
|
|
using MediaBrowser.Model.Plugins;
|
|
|
|
namespace MediaBrowser.Providers.Plugins.AudioDb
|
|
{
|
|
public class PluginConfiguration : BasePluginConfiguration
|
|
{
|
|
public bool ReplaceAlbumName { get; set; }
|
|
}
|
|
}
|