Add download all button and include options to automatically download new episodes

This commit is contained in:
Alex McGrath
2021-02-19 15:44:22 +00:00
committed by Senan Kelly
parent 2a11017d54
commit 10fca91785
8 changed files with 157 additions and 32 deletions

View File

@@ -128,7 +128,7 @@ type templateData struct {
DefaultListenBrainzURL string
SelectedUser *db.User
//
Podcasts []*db.Podcast
Podcasts []*db.Podcast
}
type Response struct {