[web] Lint code

This commit is contained in:
Alain Nussbaumer
2025-03-08 21:31:25 +01:00
parent 966d563418
commit c22372daa6
72 changed files with 471 additions and 671 deletions

View File

@@ -76,8 +76,8 @@ export default {
computed: {
heading() {
return {
title: this.playlist.name,
subtitle: [{ key: 'count.tracks', count: this.tracks.count }]
subtitle: [{ count: this.tracks.count, key: 'count.tracks' }],
title: this.playlist.name
}
},
uris() {