Skip to content

Commit 1a2b384

Browse files
authored
fix: show artwork on lock screen with live stream (#142) (#162)
1 parent af4c504 commit 1a2b384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/Home/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export default function HomeScreen() {
146146
await TrackPlayer.updateMetadataForTrack(0, {
147147
title: DEFAULT_NAME,
148148
artist: currentShow || 'Live Radio',
149+
artwork: require('../../../assets/cover.png'),
149150
});
150151
}
151152
} catch (error) {

0 commit comments

Comments
 (0)