diff --git a/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html b/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html index 094b9d6f8..7ea5b644b 100644 --- a/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html +++ b/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html @@ -1,15 +1,13 @@ -@if (user.videoChannels.length > 1) { -
-
Filter by a channel
-
This allows you to reorder playlists assigned to it
+
+
Filter by a channel
+
This allows you to reorder playlists assigned to it
-
- @for (channel of channels; track channel.id) { - - } -
+
+ @for (channel of channels; track channel.id) { + + }
-} +