diff --git a/src/components/common/AlbumView.tsx b/src/components/common/AlbumView.tsx index 217beb4..513d857 100644 --- a/src/components/common/AlbumView.tsx +++ b/src/components/common/AlbumView.tsx @@ -23,6 +23,7 @@ const SongItem: React.FC<{ id: string; title: string; artist?: string; + track?: number; onPress: (event: GestureResponderEvent) => void; }> = ({ id, title, artist, onPress }) => { const [opacity, setOpacity] = useState(1); @@ -137,11 +138,6 @@ const AlbumDetails: React.FC<{ flexDirection: 'row', }}>