mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 16:03:23 -05:00
[web-src] Fix javascript exception in music browse page
This commit is contained in:
parent
99437b3ceb
commit
432c27042b
@ -69,8 +69,8 @@ export default {
|
||||
|
||||
data () {
|
||||
return {
|
||||
recently_added: {},
|
||||
recently_played: {},
|
||||
recently_added: { items: [] },
|
||||
recently_played: { items: [] },
|
||||
|
||||
show_track_details_modal: false,
|
||||
selected_track: {}
|
||||
|
Loading…
Reference in New Issue
Block a user