From 59ac6889c4ba9fbcb5fe5b9c1165de5afcc954b9 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Sat, 19 Jul 2025 13:54:13 -0500 Subject: [PATCH] Signed-off-by: Matt Bruce --- src/components/common/PlayerControls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/PlayerControls.tsx b/src/components/common/PlayerControls.tsx index dbeb24a..90a4f55 100644 --- a/src/components/common/PlayerControls.tsx +++ b/src/components/common/PlayerControls.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { IonCard, IonCardContent, IonChip, IonIcon } from '@ionic/react'; -import { play, pause, stop, settingsOutline, pauseOutline, playOutline, stopOutline } from 'ionicons/icons'; +import { play, pause, stop, pauseOutline, playOutline, stopOutline } from 'ionicons/icons'; import ActionButton from './ActionButton'; import { useAppSelector } from '../../redux'; import { selectPlayerState, selectIsAdmin, selectQueueLength, selectControllerName } from '../../redux';