replace filters with methods

This commit is contained in:
Thomas Amland
2020-09-01 20:12:14 +02:00
parent 0b7d731ed4
commit ec481171a6
5 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
</div>
<div class="col p-0 text-truncate">
<div v-if="track" class="pr-3 text-right">
<span>{{ currentTime | duration }} / {{ duration | duration }}</span>
{{ $formatDuration(currentTime) }} / {{ $formatDuration(duration) }}
</div>
</div>
</div>