Skip to content

Commit

Permalink
woops. Renamed for set
Browse files Browse the repository at this point in the history
  • Loading branch information
scampower3 committed Mar 11, 2024
1 parent fe6039f commit 27e7e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jellyfin.Plugin.Tvdb/Configuration/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2 class="sectionTitle">TheTVDB Settings:</h2>
Dashboard.showLoadingMsg();

ApiClient.getPluginConfiguration(TvdbPluginConfiguration.uniquePluginId).then(function (config) {
config.ApiKey = document.getElementById('txtTvdbSubscriberPIN').value;
config.SubscriberPIN = document.getElementById('txtTvdbSubscriberPIN').value;
config.CacheDurationInHours = document.getElementById('cacheDurationInHours').value;
config.CacheDurationInDays = document.getElementById('cacheDurationInDays').value;
ApiClient.updatePluginConfiguration(TvdbPluginConfiguration.uniquePluginId, config).then(function (result) {
Expand Down

0 comments on commit 27e7e56

Please sign in to comment.