mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Make the down arrow work on server selection screen
This commit is contained in:
parent
60920342cd
commit
427f3a7cd1
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
<onup>noop</onup>
|
<onup>noop</onup>
|
||||||
<onleft>close</onleft>
|
<onleft>close</onleft>
|
||||||
<onright>close</onright>
|
<onright>close</onright>
|
||||||
<ondown>205</ondown>
|
<ondown>206</ondown>
|
||||||
<itemlayout width="510" height="65">
|
<itemlayout width="510" height="65">
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<left>20</left>
|
<left>20</left>
|
||||||
|
|
Loading…
Reference in a new issue