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