mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-23 11:32:34 -05:00
Merge pull request #1860 from fomojola/patch-1
[web] Add missing fields to configuration store
This commit is contained in:
commit
3d27b1c25a
@ -4,6 +4,8 @@ export const useConfigurationStore = defineStore('ConfigurationStore', {
|
||||
state: () => ({
|
||||
buildoptions: [],
|
||||
version: '',
|
||||
websocket_port: 0
|
||||
websocket_port: 0,
|
||||
allow_modifying_stored_playlists: false,
|
||||
default_playlist_directory: ''
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user