Kore/app/src/main/java/org/xbmc/kore/host
Martijn Brekhof 6ed64bf9f9
Fixed refreshing playlist on HTTP connections (#740)
When Kore retrieves the data over HTTP the playlist would be
refreshed every 4 seconds. This caused the playlist to jump to
the top when scrolled down. This has been fixed by checking if
the new playlist is different from the current playlist. If not
nothing changes.
2020-05-25 19:53:23 +01:00
..
actions Fixed refreshing playlist on HTTP connections (#740) 2020-05-25 19:53:23 +01:00
HostConnectionObserver.java Fixed refreshing playlist on HTTP connections (#740) 2020-05-25 19:53:23 +01:00
HostInfo.java Add support for OnAVStart event and tweak HostConnectionOberver 2019-02-08 22:30:48 +01:00
HostManager.java Tweak connection threads 2019-09-28 22:10:04 +02:00