add links to genre / album artists columns

This commit is contained in:
jeffvli
2025-10-04 02:25:02 -07:00
parent 3c2f186891
commit 06a3686739
6 changed files with 133 additions and 35 deletions
+2 -2
View File
@@ -144,7 +144,7 @@ export enum PlayerType {
export enum TableColumn {
ACTIONS = 'actions',
ALBUM = 'album',
ALBUM_ARTIST = 'albumArtist',
ALBUM_ARTIST = 'albumArtists',
ALBUM_COUNT = 'albumCount',
ARTIST = 'artist',
BIOGRAPHY = 'biography',
@@ -153,7 +153,7 @@ export enum TableColumn {
CHANNELS = 'channels',
CODEC = 'container',
COMMENT = 'comment',
DATE_ADDED = 'dateAdded',
DATE_ADDED = 'createdAt',
DISC_NUMBER = 'discNumber',
DURATION = 'duration',
GENRE = 'genres',