mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[web] Remove unused variables
This commit is contained in:
parent
d0cd0c4bc7
commit
545f6c36c9
@ -106,7 +106,6 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
open_tracks() {
|
open_tracks() {
|
||||||
this.show_details_modal = false
|
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'music-composer-tracks',
|
name: 'music-composer-tracks',
|
||||||
params: { name: this.composer.name }
|
params: { name: this.composer.name }
|
||||||
|
@ -99,7 +99,6 @@ export default {
|
|||||||
recently_added: [],
|
recently_added: [],
|
||||||
recently_played: { items: [] },
|
recently_played: { items: [] },
|
||||||
selected_track: {},
|
selected_track: {},
|
||||||
show_track_details_modal: false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user