From 37660b39e103d5ddd7c0541d641bb7c33c89720a Mon Sep 17 00:00:00 2001 From: WardPearce Date: Tue, 27 Jan 2026 20:43:46 +1300 Subject: [PATCH] Update Player.svelte --- materialious/src/lib/components/Player.svelte | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/materialious/src/lib/components/Player.svelte b/materialious/src/lib/components/Player.svelte index 9a5c14c3..8699d00d 100644 --- a/materialious/src/lib/components/Player.svelte +++ b/materialious/src/lib/components/Player.svelte @@ -707,12 +707,12 @@ isPlaying: true, hasClose: true, dismissable: true, - playIcon: 'media_play', - pauseIcon: 'media_pause', - prevIcon: 'media_prev', - nextIcon: 'media_next', - closeIcon: 'media_close', - notificationIcon: 'notification', + playIcon: '', + pauseIcon: '', + prevIcon: '', + nextIcon: '', + closeIcon: '', + notificationIcon: '', ticker: `Now playing "${data.video.title}"` });