New: Readarr 0.1

This commit is contained in:
ta264
2020-05-06 21:14:11 +01:00
parent 476f2d6047
commit 08496c82af
911 changed files with 14837 additions and 24442 deletions
+8 -30
View File
@@ -28,20 +28,14 @@ export const defaultState = {
columns: [
{
name: 'artist.sortName',
label: 'Artist Name',
name: 'authors.sortName',
label: 'Author',
isSortable: true,
isVisible: true
},
{
name: 'albumTitle',
label: 'Album Title',
isSortable: true,
isVisible: true
},
{
name: 'albumType',
label: 'Album Type',
name: 'books.title',
label: 'Book',
isSortable: true,
isVisible: true
},
@@ -51,11 +45,6 @@ export const defaultState = {
isSortable: true,
isVisible: true
},
// {
// name: 'status',
// label: 'Status',
// isVisible: true
// },
{
name: 'actions',
columnLabel: 'Actions',
@@ -102,20 +91,14 @@ export const defaultState = {
columns: [
{
name: 'artist.sortName',
label: 'Artist Name',
name: 'authors.sortName',
label: 'Author',
isSortable: true,
isVisible: true
},
{
name: 'albumTitle',
label: 'Album Title',
isSortable: true,
isVisible: true
},
{
name: 'albumType',
label: 'Album Type',
name: 'books.Title',
label: 'Book',
isSortable: true,
isVisible: true
},
@@ -125,11 +108,6 @@ export const defaultState = {
isSortable: true,
isVisible: true
},
// {
// name: 'status',
// label: 'Status',
// isVisible: true
// },
{
name: 'actions',
columnLabel: 'Actions',