diff --git a/client/episodes.html b/client/episodes.html index 9b2dae1..f575f7e 100644 --- a/client/episodes.html +++ b/client/episodes.html @@ -139,6 +139,13 @@

+ {{else}} +
+

+ Click here to add + a new podcast to start downloading. +

+
{{end}}
diff --git a/client/index.html b/client/index.html index 256f2c5..8473ee5 100644 --- a/client/index.html +++ b/client/index.html @@ -68,8 +68,7 @@
- {{if .LastEpisode}} - Last Ep : {{ formatDate .LastEpisode }} + {{if .LastEpisode}} Last Ep : {{ formatDate .LastEpisode }} {{end}}
{{$downloading:= .DownloadingEpisodesCount}} @@ -79,9 +78,9 @@ {{if gt $downloading 0}} {{$downloading}} episodes in queue {{end}} " > - - {{if gt $downloading 0}} ({{$downloading}})/{{end}}{{.DownloadedEpisodesCount}}/{{.AllEpisodesCount}} episodes - + {{if gt $downloading 0}} + ({{$downloading}})/{{end}}{{.DownloadedEpisodesCount}}/{{.AllEpisodesCount}} + episodes