mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 08:38:18 +08:00
@@ -115,7 +115,7 @@ class _DownloadingPageState extends State<DownloadingPage>
|
||||
final isDownloading =
|
||||
_downloadService.curDownload.value?.status ==
|
||||
DownloadStatus.downloading;
|
||||
for (var entry in allChecked) {
|
||||
for (final entry in allChecked) {
|
||||
await _downloadService.deleteDownload(
|
||||
entry: entry,
|
||||
refresh: false,
|
||||
|
||||
Reference in New Issue
Block a user