mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
don't reset parts manually, do it all at once
This commit is contained in:
@@ -23,9 +23,7 @@ const selectArtists = (store: Store) => store.entities.artists
|
||||
|
||||
const ArtistsList = () => {
|
||||
const fetchArtists = useStore(store => store.fetchLibraryArtists)
|
||||
const resetArtists = useStore(store => store.resetLibraryArtists)
|
||||
|
||||
const { refreshing, refresh } = useFetchList2(fetchArtists, resetArtists)
|
||||
const { refreshing, refresh } = useFetchList2(fetchArtists)
|
||||
const artists = useStore(selectArtists)
|
||||
|
||||
const filter = useStore(selectSettings.libraryArtistFilter)
|
||||
|
||||
Reference in New Issue
Block a user