mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Remove unused variable
This commit is contained in:
@@ -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')
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user