mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
[enhancement]: add codec column for tracks
This commit is contained in:
parent
9113c6cc2e
commit
860dd8b499
4 changed files with 16 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ export enum TableColumn {
|
|||
BIT_RATE = 'bitRate',
|
||||
BPM = 'bpm',
|
||||
CHANNELS = 'channels',
|
||||
CODEC = 'codec',
|
||||
COMMENT = 'comment',
|
||||
DATE_ADDED = 'dateAdded',
|
||||
DISC_NUMBER = 'discNumber',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue