mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Album Studio is now part of artists list
(cherry picked from commit bdcfef80d627e777d7932c54cda04cbe7c656ffc) Load albums for album details on mouse hover
This commit is contained in:
parent
de6c9589d0
commit
72267d3cb4
25 changed files with 591 additions and 18 deletions
|
@ -1,3 +1,4 @@
|
|||
import AlbumAppState from './AlbumAppState';
|
||||
import ArtistAppState, { ArtistIndexAppState } from './ArtistAppState';
|
||||
import SettingsAppState from './SettingsAppState';
|
||||
import TagsAppState from './TagsAppState';
|
||||
|
@ -35,6 +36,7 @@ export interface CustomFilter {
|
|||
}
|
||||
|
||||
interface AppState {
|
||||
albums: AlbumAppState;
|
||||
artist: ArtistAppState;
|
||||
artistIndex: ArtistIndexAppState;
|
||||
settings: SettingsAppState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue