mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Remove default connection port
This commit is contained in:
parent
0118c57226
commit
a2d4950fc8
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ class ServerManual(xbmcgui.WindowXMLDialog):
|
|||
self.host_field = self._add_editcontrol(755, 433, 40, 415)
|
||||
self.port_field = self._add_editcontrol(755, 543, 40, 415)
|
||||
|
||||
self.port_field.setText('8096')
|
||||
self.setFocus(self.host_field)
|
||||
|
||||
self.host_field.controlUp(self.cancel_button)
|
||||
|
|
Loading…
Reference in a new issue