Hide playlist view count for piped

This commit is contained in:
ChunkyProgrammer 2024-04-16 17:59:53 -04:00
parent e1f040a5f2
commit 0db77be01d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<span v-if="infoSource !== 'piped'">
-
</span>
<span v-if="!hideViews && !isUserPlaylist">
<span v-if="!hideViews && !isUserPlaylist && infoSource !== 'piped'">
- {{ $tc('Global.Counts.View Count', viewCount, {count: parsedViewCount}) }}
</span>
<span v-if="infoSource !== 'piped'">- </span>