diff --git a/.github/images/homepage.webp b/.github/images/homepage.webp new file mode 100644 index 0000000..9087ba6 Binary files /dev/null and b/.github/images/homepage.webp differ diff --git a/gh_images/logo-fill.light.svg b/.github/images/logo-fill.light.svg similarity index 100% rename from gh_images/logo-fill.light.svg rename to .github/images/logo-fill.light.svg diff --git a/README.md b/README.md index 5470e37..b1c8ee6 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@
- +
Swing Music
-
v1.4.0
+
1.4.3
**
[Download](https://swingmusic.vercel.app/downloads) • Support Development • [Browse Docs](https://swingmusic.vercel.app/guide/introduction.html) • [Screenshots](https://swingmusic.vercel.app)
** ## -![Image showing the Swing Music playlists page](./gh_images/playlistlist.webp) + +![Image showing the Swing Music playlists page](.github/images/homepage.webp) + ## Swing Music is a beautiful, self-hosted music player for your local audio files. Like a cooler Spotify ... but bring your own music. Just run the app and enjoy your music library in a web browser. diff --git a/app/api/search.py b/app/api/search.py index 2278416..f554c54 100644 --- a/app/api/search.py +++ b/app/api/search.py @@ -11,7 +11,7 @@ from app.store.tracks import TrackStore api = Blueprint("search", __name__, url_prefix="/") -SEARCH_COUNT = 12 +SEARCH_COUNT = 30 """The max amount of items to return per request""" diff --git a/gh_images/artistalt.webp b/gh_images/artistalt.webp deleted file mode 100644 index 4664145..0000000 Binary files a/gh_images/artistalt.webp and /dev/null differ diff --git a/gh_images/playlistlist.webp b/gh_images/playlistlist.webp deleted file mode 100644 index 84f71bb..0000000 Binary files a/gh_images/playlistlist.webp and /dev/null differ