mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-04 18:36: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 () {
|
data () {
|
||||||
return {
|
return {
|
||||||
albums: {},
|
albums: { items: [] },
|
||||||
new_episodes: { items: [] },
|
new_episodes: { items: [] },
|
||||||
|
|
||||||
show_url_modal: false,
|
show_url_modal: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user