[web] Lint source code

This commit is contained in:
Alain Nussbaumer
2024-03-26 12:04:04 +01:00
parent f2c3e8ff50
commit 57207c1ff4
16 changed files with 108 additions and 130 deletions

View File

@@ -84,7 +84,7 @@ export default {
computed: {
uris() {
if (this.playlist.random) {
return this.tracks.map((a) => a.uri).join(',')
return this.tracks.map((item) => item.uri).join()
}
return this.playlist.uri
}