diff --git a/client/episodes.html b/client/episodes.html index ca2a45f..ec18c67 100644 --- a/client/episodes.html +++ b/client/episodes.html @@ -46,6 +46,12 @@ display: block; } } + .button-enqueue{ + display: none; + } + body.playerExists .button-enqueue{ + display: inline-block; + }
@@ -123,6 +129,12 @@ title="Play Episode" > + {{else}} {{if not $setting.AutoDownload}} +