After changing the host name for a server in http://localhost:8080/config/server/, the 'title' of server does not change. That's annoying / confusing.
Example: I changed host from reader.xsusenet.com into reader.xsusenet.com, and only *host* is changed, not the name and other stuff, as can be seen in sabnzbd.ini:
Code: Select all
sander@R540:~/.sabnzbd$ grep -i xsusenet sabnzbd.ini
[[reader.xsusenet.com]]
name = reader.xsusenet.com
host = free.xsusenet.com
sander@R540:~/.sabnzbd$
Code: Select all
sander@R540:~/.sabnzbd$ grep -i xsusenet sabnzbd.ini
[[free.xsusenet.com]]
name = free.xsusenet.com
host = free.xsusenet.com
sander@R540:~/.sabnzbd$

