mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Renames in Frontend
This commit is contained in:
@@ -60,8 +60,8 @@ export const defaultState = {
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'trackCount',
|
||||
label: 'Track Count',
|
||||
name: 'bookCount',
|
||||
label: 'Book Count',
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
@@ -94,7 +94,7 @@ export const defaultState = {
|
||||
// Actions Types
|
||||
|
||||
export const FETCH_SERIES = 'series/fetchSeries';
|
||||
export const SET_SERIES_SORT = 'albums/setSeriesSort';
|
||||
export const SET_SERIES_SORT = 'books/setSeriesSort';
|
||||
export const CLEAR_SERIES = 'series/clearSeries';
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user