Kore/app
Martijn Brekhof e63fd40d9f
Issue/play from here (#713)
* Fixes race condition in MediaFileListFragment

The "Play from here" feature previously queued all songs at once using
a loop and did not wait until an add action was confirmed by Kodi
before queueing the next item. This sometimes resulted in a seemingly
random play order on Kodi.

* Fixed play from here adding first item twice

When selecting "Play from here" in the file browser the current
item is started using "playMediaFile" and the subsequent items
 are queued. However, the current item was added to the queue
list as well. Resulting in the first item always being added twice
to the playlist.
2020-02-20 19:53:00 +00:00
..
src Issue/play from here (#713) 2020-02-20 19:53:00 +00:00
.gitignore First dump 2015-01-14 11:12:47 +00:00
build.gradle Bump version for release 2019-12-26 21:20:16 +01:00
proguard-rules.pro Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00