Skip to content

Commit

Permalink
Allow immediate editing of all the proxy server settings
Browse files Browse the repository at this point in the history
  • Loading branch information
djp952 committed Feb 12, 2022
1 parent c0f0905 commit 4fe2b05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pvr.hdhomerundvr/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v20.8.1 (2022.02.xx)
v20.8.1 (2022.02.12)
- Fix HTTP query error messages reporting the multipart/form-data POST operation method as 'get'
- Fix bug preventing HTTP device discovery from completing if a device cannot be contacted
- Fix bug preventing EPG data from being transferred to Kodi if 'Show DRM protected channels in channel lineups' is enabled
Expand Down
3 changes: 0 additions & 3 deletions pvr.hdhomerundvr/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@
<allowempty>true</allowempty>
</constraints>
<dependencies>
<dependency type="enable" setting="use_proxy_server">true</dependency>
<dependency type="visible" setting="use_proxy_server">true</dependency>
</dependencies>
<control type="edit" format="string" />
Expand All @@ -398,7 +397,6 @@
<allowempty>true</allowempty>
</constraints>
<dependencies>
<dependency type="enable" setting="proxy_server_address" operator="!is"></dependency>
<dependency type="visible" setting="use_proxy_server">true</dependency>
</dependencies>
<control type="edit" format="string" />
Expand All @@ -411,7 +409,6 @@
<allowempty>true</allowempty>
</constraints>
<dependencies>
<dependency type="enable" setting="proxy_server_username" operator="!is"></dependency>
<dependency type="visible" setting="use_proxy_server">true</dependency>
</dependencies>
<control type="edit" format="string">
Expand Down

0 comments on commit 4fe2b05

Please sign in to comment.