[web] Remove unused variables

This commit is contained in:
Alain Nussbaumer 2023-12-07 21:34:07 +01:00
parent d0cd0c4bc7
commit 545f6c36c9
2 changed files with 0 additions and 2 deletions

View File

@ -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 }

View File

@ -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
} }
} }
} }