fix breaking page

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

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

Loading…
Cancel
Save