feat: Show sampling rate and bit depth in downloads

This commit is contained in:
Jaime García 2025-10-09 04:32:22 +02:00
parent e87b658447
commit ca5a0698bb
No known key found for this signature in database
GPG key ID: 6785B7B157936146
3 changed files with 10 additions and 1 deletions

View file

@ -40,6 +40,8 @@ class Download(@PrimaryKey override val id: String) : Child(id) {
transcodedSuffix = child.transcodedSuffix
duration = child.duration
bitrate = child.bitrate
samplingRate = child.samplingRate
bitDepth = child.bitDepth
path = child.path
isVideo = child.isVideo
userRating = child.userRating