fix: missing background on track pop-up menu
This commit is contained in:
@@ -16,6 +16,7 @@ import { queueTrackForDownload, removeDownloadedTrack } from '@/store/downloads/
|
||||
import usePlayTracks from '@/utility/usePlayTracks';
|
||||
import { selectIsDownloaded } from '@/store/downloads/selectors';
|
||||
import { useGetImage } from '@/utility/JellyfinApi/lib';
|
||||
import { ColoredBlurView } from '@/components/Colors';
|
||||
|
||||
type Route = RouteProp<StackParams, 'TrackPopupMenu'>;
|
||||
|
||||
@@ -74,6 +75,7 @@ function TrackPopupMenu() {
|
||||
}, [trackId, dispatch, closeModal]);
|
||||
|
||||
return (
|
||||
<ColoredBlurView>
|
||||
<Container>
|
||||
<Artwork src={getImage(track)} />
|
||||
<Header>{track?.Name}</Header>
|
||||
@@ -88,6 +90,7 @@ function TrackPopupMenu() {
|
||||
)}
|
||||
</WrappableButtonRow>
|
||||
</Container>
|
||||
</ColoredBlurView>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user