fix breaking page

pull/72/head
Akhil Gupta 3 years ago
parent 8372faebf5
commit 9dcf251a17

@ -557,7 +557,7 @@ var app = new Vue({
selectedTags:[],
selectedDownloadStatus:"",
selectedPlayedStatus:"",
showFilters:localStorage && JSON.parse(localStorage.showFilters),
showFilters:localStorage && localStorage.showFilters && JSON.parse(localStorage.showFilters),
{{ $len := len .podcastItems}}
podcastItems: {{if gt $len 0}} {{ .podcastItems }} {{else}} [] {{end}},

Loading…
Cancel
Save