diff --git a/src/components/PlaylistPage.vue b/src/components/PlaylistPage.vue
index e3ff1f095d..f6d9df5038 100644
--- a/src/components/PlaylistPage.vue
+++ b/src/components/PlaylistPage.vue
@@ -19,6 +19,123 @@
`${playlist.videos} ${$t('video.videos')} - ${timeFormat(totalDuration)}${playlist.nextpage ? '+' : ''}`
"
/>
+
+
+
+
+
+ -
+ {{ $t("video.videos") }}:
+ {{ stats.watchedStatus.watched }} / {{ playlist.videos }}
+ {{ playlist.videos }}
+
+ -
+ {{ $t("playlist_stats.total_duration") }}:
+ {{ timeFormat(stats.watchedStatus.duration) }} / {{ timeFormat(totalDuration) }}
+ {{ timeFormat(totalDuration) }}
+ +
+
+ -
+ {{ $t("playlist_stats.types") }}:
+
+
+
+
+ {{ type }}:
+
+ {{ count }}
+
+
+
+ -
+ {{ $t("playlist_stats.categories") }}:
+
+
+ {{ category }}: {{ count }}
+
+
+
+ -
+ {{ $t("playlist_stats.tags") }}:
+
+
+ {{ tag }}
+
+
+
+ -
+ {{ $t("titles.channel_groups") }}:
+
+
+ {{ group }}: {{ count }}
+
+
+
+
+
+
+
+
+ {{ $t(`playlist_stats.${subscriptionStatus}`) }} ({{ Object.keys(channels).length }})
+
+
+ -
+
+
+
+
+
+
+
+
+
+ {{ channel.count }}
+
+
+
+