From 96100922ed97718f41876c30ebbb4e9c1f06d6f6 Mon Sep 17 00:00:00 2001 From: Buster Neece Date: Wed, 20 Dec 2023 08:54:11 -0600 Subject: [PATCH] Remove extraneous prop. --- src/VueComponent/NowPlayingComponent.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/VueComponent/NowPlayingComponent.php b/src/VueComponent/NowPlayingComponent.php index 2a431647e..efa4b587d 100644 --- a/src/VueComponent/NowPlayingComponent.php +++ b/src/VueComponent/NowPlayingComponent.php @@ -26,7 +26,6 @@ final class NowPlayingComponent implements VueComponentInterface 'showAlbumArt' => !$customization->hideAlbumArt(), 'autoplay' => !empty($request->getQueryParam('autoplay')), 'showHls' => $backendConfig->getHlsEnableOnPublicPlayer(), - 'hlsIsDefault' => $backendConfig->getHlsIsDefault(), ]; }