mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 10:14:14 -04:00
update musicbrainz options
This commit is contained in:
parent
a34826008f
commit
19a609a889
@ -5,12 +5,12 @@ namespace MediaBrowser.Providers.Plugins.MusicBrainz
|
||||
{
|
||||
public class PluginConfiguration : BasePluginConfiguration
|
||||
{
|
||||
public bool Enable { get; set; } = false;
|
||||
|
||||
public bool ReplaceArtistName { get; set; } = false;
|
||||
|
||||
public string Server { get; set; } = "https://www.musicbrainz.org";
|
||||
|
||||
public long RateLimit { get; set; } = 1000u;
|
||||
|
||||
public bool Enable { get; set; }
|
||||
|
||||
public bool ReplaceArtistName { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user