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
@@ -64,7 +64,7 @@
</router-link>
</td>
<td class="text-right d-none d-md-table-cell">
{{ item.duration | duration }}
{{ $formatDuration(item.duration) }}
</td>
<td class="text-right">
<TrackContextMenu :track="item">