diff options
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> |
