mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
SABnzbd: set https port to 8081 because of conflicts with XBMC's port
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
602b38d849
commit
08aa33a81e
@ -4,7 +4,7 @@
|
||||
<name replace-wildcards="yes">SABnzbd Server on %h (secured)</name>
|
||||
<service>
|
||||
<type>_http._tcp</type>
|
||||
<port>9090</port>
|
||||
<port>8081</port>
|
||||
<txt-record>path=/index.html</txt-record>
|
||||
</service>
|
||||
</service-group>
|
||||
|
@ -1,7 +1,7 @@
|
||||
__version__ = 18
|
||||
[misc]
|
||||
queue_complete = ""
|
||||
https_port = 9090
|
||||
https_port = 8081
|
||||
folder_rename = 1
|
||||
allow_64bit_tools = 1
|
||||
rss_rate = 60
|
||||
|
Loading…
x
Reference in New Issue
Block a user