mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-10 16:00:33 -07:00
feat: Show sampling rate and bit depth in downloads
This commit is contained in:
parent
e87b658447
commit
ca5a0698bb
3 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue