mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
add composer column to song/album table (#1559)
This commit is contained in:
@@ -168,6 +168,7 @@ export enum TableColumn {
|
||||
CHANNELS = 'channels',
|
||||
CODEC = 'container',
|
||||
COMMENT = 'comment',
|
||||
COMPOSER = 'composer',
|
||||
DATE_ADDED = 'createdAt',
|
||||
DISC_NUMBER = 'discNumber',
|
||||
DURATION = 'duration',
|
||||
|
||||
Reference in New Issue
Block a user