mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-19 02:15:18 -04:00
[web] Remove unused variable
This commit is contained in:
parent
5115e04664
commit
2fda829ac4
@ -134,7 +134,7 @@ export default {
|
|||||||
mark_played() {
|
mark_played() {
|
||||||
webapi
|
webapi
|
||||||
.library_album_track_update(this.item.id, { play_count: 'played' })
|
.library_album_track_update(this.item.id, { play_count: 'played' })
|
||||||
.then(({ data }) => {
|
.then(() => {
|
||||||
this.$emit('play-count-changed')
|
this.$emit('play-count-changed')
|
||||||
this.$emit('close')
|
this.$emit('close')
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user