Skip to content

Commit 9300c61

Browse files
committed
fix: Correct paths in music playlist after rename
1 parent ec591c2 commit 9300c61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
-303 KB
Binary file not shown.
-3.64 MB
Binary file not shown.

src/shared-components/organisms/Footer/dual-audio/playlists/musicPlaylist.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ export const musicPlaylist: AudioTrack[] = [
158158
description: 'Track description placeholder.', // Placeholder
159159
},
160160
{
161-
id: 'lielexlium_1', // Note: _1 due to collision during normalization
161+
id: 'lielexlium',
162162
title: 'Lielexlium',
163163
artist: 'Music by David Mieloch', // Placeholder
164-
src: '/audio/music/lielexlium_1.mp3',
165-
artwork: '/audio/music/lielexlium_1.jpg',
164+
src: '/audio/music/lielexlium.mp3',
165+
artwork: '/audio/music/lielexlium.jpg',
166166
description: 'Track description placeholder.', // Placeholder
167167
},
168168
{

0 commit comments

Comments
 (0)