mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Remove unused method
This commit is contained in:
@@ -49,14 +49,6 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
computed: {
|
||||
media_kind_resolved() {
|
||||
return this.media_kind
|
||||
? this.media_kind
|
||||
: this.selected_composer.media_kind
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
open_composer(composer) {
|
||||
this.selected_composer = composer
|
||||
|
||||
Reference in New Issue
Block a user