From 0db77be01de7812dbdf4074e14d6a14ac5f2f7c4 Mon Sep 17 00:00:00 2001 From: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:59:53 -0400 Subject: [PATCH] Hide playlist view count for piped --- src/renderer/components/playlist-info/playlist-info.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/playlist-info/playlist-info.vue b/src/renderer/components/playlist-info/playlist-info.vue index 746a234fc..be7f2e4c0 100644 --- a/src/renderer/components/playlist-info/playlist-info.vue +++ b/src/renderer/components/playlist-info/playlist-info.vue @@ -51,7 +51,7 @@ - - + - {{ $tc('Global.Counts.View Count', viewCount, {count: parsedViewCount}) }} -