Fixed: Queue sort keys

Closes #194
This commit is contained in:
Qstick 2018-02-04 00:53:03 -05:00
parent ec2dc34098
commit c712d932a0
5 changed files with 11 additions and 9 deletions

View file

@ -64,8 +64,9 @@ export const defaultState = {
isVisible: true
},
{
name: 'albumTitle',
name: 'album.title',
label: 'Album Title',
isSortable: true,
isVisible: true
},
{