add composer column to song/album table (#1559)

This commit is contained in:
jeffvli
2026-01-17 02:16:56 -08:00
parent aec2f85165
commit ac944c43bb
7 changed files with 136 additions and 1 deletions
+1
View File
@@ -168,6 +168,7 @@ export enum TableColumn {
CHANNELS = 'channels',
CODEC = 'container',
COMMENT = 'comment',
COMPOSER = 'composer',
DATE_ADDED = 'createdAt',
DISC_NUMBER = 'discNumber',
DURATION = 'duration',