YouROK / TorrServe

GNU General Public License v3.0
445 stars 51 forks source link

Disable automatically adding port number in end of server host link #77

Closed dimkapitonov closed 1 year ago

dimkapitonov commented 1 year ago

On Android TV, when you add server host like https://torrserver.example.com application automatically adds default 8090 port in end of line, and then host become like this https://torrserver.example.com:8090

tsynik commented 1 year ago

On Android TV, when you add server host like https://torrserver.example.com application automatically adds default 8090 port in end of line, and then host become like this https://torrserver.example.com:8090

Port is always exists. So, you need to define it also for that url (default port is 80 for http and 443 for https)