fix preserve pitch on player start, add to player config (#1349)

This commit is contained in:
jeffvli
2025-12-09 17:57:56 -08:00
parent 753f35f81b
commit a02fc28785
3 changed files with 68 additions and 20 deletions
@@ -1,5 +1,4 @@
import { UseSuspenseQueryOptions } from '@tanstack/react-query';
import { ref } from 'process';
import { api } from '/@/renderer/api';
import { useItemListPaginatedLoader } from '/@/renderer/components/item-list/helpers/item-list-paginated-loader';
@@ -77,7 +76,6 @@ export const AlbumArtistListPaginatedGrid = ({
itemsPerRow={itemsPerRow}
itemType={LibraryItem.ALBUM_ARTIST}
onScrollEnd={handleOnScrollEnd}
ref={ref}
rows={rows}
/>
</ItemListWithPagination>