[web] Remove unused variable
This commit is contained in:
parent
5115e04664
commit
2fda829ac4
|
@ -134,7 +134,7 @@ export default {
|
|||
mark_played() {
|
||||
webapi
|
||||
.library_album_track_update(this.item.id, { play_count: 'played' })
|
||||
.then(({ data }) => {
|
||||
.then(() => {
|
||||
this.$emit('play-count-changed')
|
||||
this.$emit('close')
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue