mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
New: Artist History Modal in Artist Details Page
This commit is contained in:
parent
0981260887
commit
7e4a8c8ff7
17 changed files with 659 additions and 96 deletions
|
@ -19,6 +19,7 @@ import * as rootFolders from './rootFolderActions';
|
|||
import * as albumStudio from './albumStudioActions';
|
||||
import * as artist from './artistActions';
|
||||
import * as artistEditor from './artistEditorActions';
|
||||
import * as artistHistory from './artistHistoryActions';
|
||||
import * as artistIndex from './artistIndexActions';
|
||||
import * as settings from './settingsActions';
|
||||
import * as system from './systemActions';
|
||||
|
@ -48,6 +49,7 @@ export default [
|
|||
albumStudio,
|
||||
artist,
|
||||
artistEditor,
|
||||
artistHistory,
|
||||
artistIndex,
|
||||
settings,
|
||||
system,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue