Remove extraneous prop.

This commit is contained in:
Buster Neece 2023-12-20 08:54:11 -06:00
parent c8bcee0ad8
commit 96100922ed
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ final class NowPlayingComponent implements VueComponentInterface
'showAlbumArt' => !$customization->hideAlbumArt(),
'autoplay' => !empty($request->getQueryParam('autoplay')),
'showHls' => $backendConfig->getHlsEnableOnPublicPlayer(),
'hlsIsDefault' => $backendConfig->getHlsIsDefault(),
];
}