mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-02 06:07:52 -05:00
[web] Simplify the about page
This commit is contained in:
@@ -3,6 +3,7 @@ import { defineStore } from 'pinia'
|
||||
export const useConfigurationStore = defineStore('ConfigurationStore', {
|
||||
state: () => ({
|
||||
buildoptions: [],
|
||||
library_name: '',
|
||||
version: '',
|
||||
websocket_port: 0,
|
||||
allow_modifying_stored_playlists: false,
|
||||
|
||||
Reference in New Issue
Block a user