diff --git a/components/Player/screens/queue.tsx b/components/Player/screens/queue.tsx index 7a466469..d3529dcd 100644 --- a/components/Player/screens/queue.tsx +++ b/components/Player/screens/queue.tsx @@ -21,6 +21,9 @@ export default function Queue({ navigation }: { navigation: NativeStackNavigatio { length: width / 9, offset: width / 9 * index, index} )} initialScrollIndex={scrollIndex !== -1 ? scrollIndex: 0} + keyExtractor={({ item }, index) => { + return `${index}-${item.Id}` + }} numColumns={1} renderItem={({ item: queueItem, index }) => { return (