Update Jellyfin.Plugin.Template/Configuration/configPage.html
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
This commit is contained in:
parent
83e5ce657a
commit
ad597d71e1
@ -51,7 +51,7 @@
|
||||
ApiClient.getPluginConfiguration(TemplateConfig.pluginUniqueId).then(function (config) {
|
||||
document.querySelector('#Options').value = config.Options;
|
||||
document.querySelector('#AnInteger').value = config.AnInteger;
|
||||
document.getElementById('TrueFalseSetting').checked = config.TrueFalseSetting;
|
||||
document.querySelector('#TrueFalseSetting').checked = config.TrueFalseSetting;
|
||||
document.querySelector('#AString').value = config.AString;
|
||||
Dashboard.hideLoadingMsg();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user