fix(lofi): update to working YouTube video IDs
Old Lofi Girl streams were taken down. Updated to active streams: - 7NOSDKb0HlU: lofi hip hop radio - MCkTebktHVc: Chill lofi (College Music) - KMXZF-K2mus: 24/7 beats
This commit is contained in:
@@ -8,9 +8,9 @@ interface Playlist {
|
||||
}
|
||||
|
||||
const LOFI_PLAYLISTS: Playlist[] = [
|
||||
{ id: 'lofi-girl', name: 'lofi hip hop radio', videoId: 'jfKfPfyJRdk', icon: '🎧' },
|
||||
{ id: 'lofi-chill', name: 'Chill lofi', videoId: '5qap5aO4i9A', icon: '🎵' },
|
||||
{ id: 'lofi-synth', name: 'Synthwave lofi', videoId: 'MVPTmgNG4x0', icon: '🌃' },
|
||||
{ id: 'lofi-girl', name: 'lofi hip hop radio', videoId: '7NOSDKb0HlU', icon: '🎧' },
|
||||
{ id: 'lofi-chill', name: 'Chill lofi', videoId: 'MCkTebktHVc', icon: '🎵' },
|
||||
{ id: 'lofi-synth', name: 'Synthwave lofi', videoId: 'KMXZF-K2mus', icon: '🌃' },
|
||||
];
|
||||
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user