mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-04 10:26:02 -05:00
[web-src] Fix JS error on podcast page enter
This commit is contained in:
parent
bd099dc4be
commit
bdeb4d0838
@ -96,7 +96,7 @@ export default {
|
||||
|
||||
data () {
|
||||
return {
|
||||
albums: {},
|
||||
albums: { items: [] },
|
||||
new_episodes: { items: [] },
|
||||
|
||||
show_url_modal: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user