mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
set low fetchPriority for carousel images
This commit is contained in:
@@ -31,6 +31,7 @@ export function AlbumGridCarousel(props: AlbumGridCarouselProps) {
|
||||
data={album}
|
||||
enableDrag
|
||||
enableExpansion
|
||||
imageFetchPriority="low"
|
||||
itemType={LibraryItem.ALBUM}
|
||||
rows={rows}
|
||||
type="poster"
|
||||
|
||||
@@ -70,6 +70,7 @@ const BaseAlbumInfiniteCarousel = (props: AlbumCarouselProps & { rows: DataRow[]
|
||||
data={album}
|
||||
enableDrag
|
||||
enableExpansion
|
||||
imageFetchPriority="low"
|
||||
itemType={LibraryItem.ALBUM}
|
||||
rows={rows}
|
||||
type="poster"
|
||||
|
||||
Reference in New Issue
Block a user