From 49652bec567ddb75fb6041c2a34ddb37e9694f08 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sat, 2 Oct 2021 18:59:08 +0200 Subject: small styling fixes --- apps/Player/components/Video.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/Player/components/Video.js') diff --git a/apps/Player/components/Video.js b/apps/Player/components/Video.js index e1f4c0b..521bf86 100644 --- a/apps/Player/components/Video.js +++ b/apps/Player/components/Video.js @@ -43,7 +43,7 @@ const Video = ({ playlist, current, setCurrent, audioOnly = false, setDetails }) break default: } - }, [playlist && playlist[current].id]) + }, [playlist && playlist[current].id, audioOnly]) return ( data && !loading -- cgit v1.2.3