mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-25 21:22:16 +03:00
Add a comment
This commit is contained in:
parent
d6f908b80c
commit
00781ba7de
@ -38,6 +38,8 @@ class Downloader(
|
||||
private val downloadQueue = PriorityQueue<DownloadFile>()
|
||||
private val activelyDownloading = mutableListOf<DownloadFile>()
|
||||
|
||||
// TODO: The playlist is now published with RX, while the observableDownloads is using LiveData.
|
||||
// Use the same for both
|
||||
val observableDownloads = MutableLiveData<List<DownloadFile>>()
|
||||
|
||||
private val jukeboxMediaPlayer: JukeboxMediaPlayer by inject()
|
||||
|
Loading…
x
Reference in New Issue
Block a user