hide dash on playlist info for piped

This commit is contained in:
chunky programmer 2023-05-10 16:50:43 -04:00 committed by Chunky programmer
parent f109da2784
commit 31704e0fba
1 changed files with 3 additions and 4 deletions

View File

@ -22,10 +22,9 @@
{{ title }}
</h2>
<p>
{{ videoCount }} {{ $t("Playlist.Videos") }} - <span v-if="!hideViews && infoSource !== 'piped'">{{ viewCount }} {{ $t("Playlist.Views") }} -</span>
<span v-if="infoSource === 'invidious'">
{{ $t("Playlist.Last Updated On") }}
</span>
{{ videoCount }} {{ $t("Playlist.Videos") }} <span v-if="!hideViews && infoSource !== 'piped'">- {{ viewCount }} {{ $t("Playlist.Views") }} </span>
<span v-if="infoSource === 'local'"> - </span>
<span v-if="infoSource === 'invidious'"> - {{ $t("Playlist.Last Updated On") }}</span>
{{ lastUpdated }}
</p>
</div>