diff --git a/NextPvr/Configuration/PluginConfiguration.cs b/NextPvr/Configuration/PluginConfiguration.cs index 0204d08..b85a4f2 100644 --- a/NextPvr/Configuration/PluginConfiguration.cs +++ b/NextPvr/Configuration/PluginConfiguration.cs @@ -9,7 +9,9 @@ namespace NextPvr.Configuration public class PluginConfiguration : BasePluginConfiguration { public string WebServiceUrl { get; set; } + public string Pin { get; set; } + public Boolean EnableDebugLogging { get; set; } public PluginConfiguration() diff --git a/NextPvr/Configuration/configPage.html b/NextPvr/Configuration/configPage.html index f78829a..5472914 100644 --- a/NextPvr/Configuration/configPage.html +++ b/NextPvr/Configuration/configPage.html @@ -5,7 +5,6 @@
-
@@ -13,41 +12,34 @@
- NextPVR backend url (format --> http://{hostname}:{port}). + NextPVR URL
- NextPVR pin to access the nextpvr backend. + NextPVR PIN
-
- -