mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-23 11:07:56 -05:00
[web] Remove ++ operators
This commit is contained in:
@@ -125,7 +125,8 @@ export default {
|
||||
const { track } = item
|
||||
if (track) {
|
||||
if (track.is_playable) {
|
||||
track.position = ++position
|
||||
position += 1
|
||||
track.position = position
|
||||
}
|
||||
this.tracks.push(track)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user