mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Refactor song selection to a service
This commit is contained in:
@@ -32,7 +32,7 @@ export class DownloadQueue {
|
||||
}
|
||||
}
|
||||
|
||||
private sort() { // TODO: make this order be reflected in the GUI (along with currentDownload)
|
||||
private sort() {
|
||||
let comparator = Comparators.comparing('allFilesProgress', { reversed: true })
|
||||
|
||||
const prioritizeArchives = true
|
||||
|
||||
Reference in New Issue
Block a user