backup: before bulk replacement

This commit is contained in:
2026-05-19 19:49:01 +01:00
parent d7bec1ae78
commit 27806f438f
11 changed files with 1044 additions and 955 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
'use client';
import Image from "next/image";
import { useState, useRef, useEffect, MouseEvent } from 'react';
// Configuration
@@ -112,7 +113,7 @@ export default function MusicPage() {
};
useEffect(() => {
fetchTracks();
void fetchTracks();
}, []);
// Group tracks by theme