[update] ui patch

This commit is contained in:
rootacite
2025-11-01 03:28:13 +08:00
parent 9efbcdfe8a
commit 512da7be1c
6 changed files with 88 additions and 140 deletions

View File

@@ -16,7 +16,8 @@ class VideoDownloadItemState(
totalBytes: Long,
klass: String,
vid: String,
val type: String
val type: String,
val group: String
) {
var fileName by mutableStateOf(fileName)
var filePath by mutableStateOf(filePath)