diff --git a/client/episodes.html b/client/episodes.html
index 3839fc0..8a0cbb9 100644
--- a/client/episodes.html
+++ b/client/episodes.html
@@ -45,8 +45,10 @@ hr{
{{ .title }}
{{template "navbar"}}
-
+
{{$setting := .setting}}
{{range .podcastItems}}
+
+
@@ -57,6 +59,10 @@ hr{
{{ .Summary }}
{{if .DownloadPath}}
Download
+ {{else}}
+ {{if not $setting.AutoDownload}}
+
Download to Disk
+ {{end}}
{{end }}
@@ -67,5 +73,35 @@ hr{
{{end}}
+{{template "scripts"}}
+