Most Played: Top 10 statt Top 3 anzeigen

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bot 2026-03-03 16:08:56 +01:00
parent 4c95cce611
commit 96687f3a53

View file

@ -554,7 +554,7 @@ export default function App() {
[adminFilteredSounds, adminSelection, soundKey]);
const allVisibleSelected = adminFilteredSounds.length > 0 && selectedVisibleCount === adminFilteredSounds.length;
const analyticsTop = analytics.mostPlayed.slice(0, 3);
const analyticsTop = analytics.mostPlayed.slice(0, 10);
const totalSoundsDisplay = analytics.totalSounds || total;
const clockMain = clock.slice(0, 5);