mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
More UI Cleanup
This commit is contained in:
@@ -2,9 +2,9 @@ import { createSelector } from 'reselect';
|
||||
|
||||
function createAllArtistSelector() {
|
||||
return createSelector(
|
||||
(state) => state.series,
|
||||
(series) => {
|
||||
return series.items;
|
||||
(state) => state.artist,
|
||||
(artist) => {
|
||||
return artist.items;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user