diff --git a/README.md b/README.md
index d143fe3..64056f0 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,5 @@
# AudioBookRequest
-> [!CAUTION]
-> This project is in its very early stages. It's basically a weekend project at this state. There might be some bugs or unfinished parts.
-
Your tool for handling audiobook requests on a Plex/AudioBookShelf/Jellyfin instance.
If you've heard of Overseer, Ombi, or Jellyseer; this is in the similar vein, but for audiobooks.
@@ -11,9 +8,10 @@ If you've heard of Overseer, Ombi, or Jellyseer; this is in the similar vein, bool:
- return bool(self.get_int(session, "quality_auto_download", 1))
+ return bool(self.get_int(session, "quality_auto_download", 0))
def set_auto_download(self, session: Session, auto_download: bool):
self.set_int(session, "quality_auto_download", int(auto_download))
diff --git a/media/search_page.png b/media/search_page.png
index 1824d27..5993ba5 100644
Binary files a/media/search_page.png and b/media/search_page.png differ
diff --git a/templates/base.html b/templates/base.html
index 29cd622..fcf32d4 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -22,7 +22,13 @@