Refactor song selection to a service

This commit is contained in:
Geomitron
2020-05-10 19:53:53 -04:00
parent 8a4620d771
commit e41d69da46
8 changed files with 143 additions and 65 deletions

View File

@@ -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