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