diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-05-17 15:29:53 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-05-17 15:29:53 -0400 |
| commit | e5c857ac3639c2aba34e59437e501bfdd6b1ba02 (patch) | |
| tree | cbac0e95453f67d6919eb0b1b1faa4245369e50d /MediaBrowser.Providers/Plugins/AudioDb | |
| parent | 526e47c3624aca76234006b031b74e595f295cc8 (diff) | |
Rename external id type 'None' to 'General'
Diffstat (limited to 'MediaBrowser.Providers/Plugins/AudioDb')
| -rw-r--r-- | MediaBrowser.Providers/Plugins/AudioDb/ExternalIds.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Plugins/AudioDb/ExternalIds.cs b/MediaBrowser.Providers/Plugins/AudioDb/ExternalIds.cs index cd65acb769..150149a6b3 100644 --- a/MediaBrowser.Providers/Plugins/AudioDb/ExternalIds.cs +++ b/MediaBrowser.Providers/Plugins/AudioDb/ExternalIds.cs @@ -13,7 +13,7 @@ namespace MediaBrowser.Providers.Plugins.AudioDb public string Key => MetadataProviders.AudioDbAlbum.ToString(); /// <inheritdoc /> - public ExternalIdMediaType Type => ExternalIdMediaType.None; + public ExternalIdMediaType Type => ExternalIdMediaType.General; /// <inheritdoc /> public string UrlFormatString => "https://www.theaudiodb.com/album/{0}"; |
