diff --git a/Readme.md b/Readme.md
index 0caacec..5e1ba86 100644
--- a/Readme.md
+++ b/Readme.md
@@ -93,10 +93,10 @@ Podgrab started a tool that I initially built to solve a specific problem I had.
- Auto-download new episodes
- Download on demand
- Podcast Discovery - Search and Add podcasts using iTunes API
-- Full-fledged podcast player
-- Add using direct RSS feed url / OMPL import / Search
+- Full-fledged podcast player - Play downloaded files or stream from original source.
+- Add using direct RSS feed URL / OMPL import / Search
- Basic Authentication
-- Existing episode detection
+- Existing episode file detection - Prevent re-downloading files if already present
- Easy OPML import/export
- Customizable episode names
- Dark Mode
diff --git a/client/player.html b/client/player.html
index 828a8dd..acba249 100644
--- a/client/player.html
+++ b/client/player.html
@@ -668,6 +668,9 @@ div#large-visualization{
background-color: black;
visibility: hidden;
}
+ [v-cloak] {
+ display: none;
+ }
@@ -676,7 +679,7 @@ div#large-visualization{
{{template "navbar" .}}
{{$setting := .setting}}
-