mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
[web] Lint code
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user