mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-19 08:56:31 +02:00
Add album grouping column (#1722)
* Add album grouping column --------- Co-authored-by: jeffvli <jeffvictorli@gmail.com>
This commit is contained in:
@@ -49,6 +49,7 @@ const getRowIdFromTableColumn = (tableColumn: TableColumn): null | string => {
|
||||
[TableColumn.ALBUM]: 'album',
|
||||
[TableColumn.ALBUM_ARTIST]: 'albumArtists',
|
||||
[TableColumn.ALBUM_COUNT]: 'albumCount',
|
||||
[TableColumn.ALBUM_GROUP]: null,
|
||||
[TableColumn.ARTIST]: 'artists',
|
||||
[TableColumn.BIOGRAPHY]: null,
|
||||
[TableColumn.BIT_DEPTH]: 'bitDepth',
|
||||
|
||||
Reference in New Issue
Block a user