fix playlist video grid type, #916

This commit is contained in:
Simon 2025-04-29 08:57:44 +07:00
parent e28a6be3c5
commit c00368d1f2
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

View File

@ -304,7 +304,7 @@ const Playlist = () => {
<div className={`boxed-content ${gridView}`}>
<Filterbar
hideToggleText="Hide watched videos:"
viewStyleName={ViewStyleNames.playlist}
viewStyleName={ViewStyleNames.home}
showSort={false}
/>
</div>