[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

@@ -203,7 +203,8 @@ class TransmissionScreenViewModel @Inject constructor(
totalBytes = download.total,
klass = download.extras.getString("class", ""),
vid = download.extras.getString("id", ""),
type = download.extras.getString("type", "")
type = download.extras.getString("type", ""),
group = download.extras.getString("group", "")
)
}