mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-22 19:12:33 -05:00
Update configuration.js to add missing state fields
Added the 2 missing config fields to the configurationStore. On v28.11, the absence of these 2 fields was preventing the queue save as playlist button from appearing, even though the /config endpoint was returning the right fields.
This commit is contained in:
parent
792e04b47d
commit
66de2f4a96
@ -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