mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-28 06:32:14 +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 downloadQueue = PriorityQueue<DownloadFile>()
|
||||||
private val activelyDownloading = mutableListOf<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>>()
|
val observableDownloads = MutableLiveData<List<DownloadFile>>()
|
||||||
|
|
||||||
private val jukeboxMediaPlayer: JukeboxMediaPlayer by inject()
|
private val jukeboxMediaPlayer: JukeboxMediaPlayer by inject()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user