diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-03-08 12:10:25 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-03-08 12:10:25 +0900 |
| commit | 26c778eb166ead97f32a736e22d99513f9784654 (patch) | |
| tree | b3d053549f0aa66f565a4a2364b372892093eb93 /MediaBrowser.Providers/Plugins/AudioDb/Configuration/config.html | |
| parent | 76e49a1eb73077ce710591d46a0c7aa5d6d04812 (diff) | |
implement option to disable audiodb for now
Diffstat (limited to 'MediaBrowser.Providers/Plugins/AudioDb/Configuration/config.html')
| -rw-r--r-- | MediaBrowser.Providers/Plugins/AudioDb/Configuration/config.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Providers/Plugins/AudioDb/Configuration/config.html b/MediaBrowser.Providers/Plugins/AudioDb/Configuration/config.html index 56c32e13ea..c50dba71f7 100644 --- a/MediaBrowser.Providers/Plugins/AudioDb/Configuration/config.html +++ b/MediaBrowser.Providers/Plugins/AudioDb/Configuration/config.html @@ -12,6 +12,10 @@ <input is="emby-checkbox" type="checkbox" id="enable" /> <span>Enable this provider for metadata searches on artists and albums.</span> </label> + <label class="checkboxContainer"> + <input is="emby-checkbox" type="checkbox" id="replaceArtistName" /> + <span>When an album is found during a metadata search, replace the name with the value on the server.</span> + </label> <br /> <div> <button is="emby-button" type="submit" class="raised button-submit block"><span>Save</span></button> |
