mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web] Fix property which is not required
This commit is contained in:
@@ -111,7 +111,12 @@ import webapi from '@/webapi'
|
||||
export default {
|
||||
name: 'ModalDialogTrackSpotify',
|
||||
props: {
|
||||
album: { required: true, type: Object },
|
||||
album: {
|
||||
default() {
|
||||
return {}
|
||||
},
|
||||
type: Object
|
||||
},
|
||||
show: Boolean,
|
||||
track: { required: true, type: Object }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user