From 1452017b68f26b070e333d6fc41d94d6ed3a0d3e Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Wed, 28 Dec 2022 18:41:38 -0800 Subject: [PATCH] update readme for sort orders --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32793f8..315fd7e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # supersonic -A lightweight desktop client for Subsonic music servers. This is in REALLY early development and if you decide to use it now, expect to find bugs! +A lightweight desktop client for Subsonic music servers. This is in early development and if you decide to use it now, expect to find some bugs! -On first startup, the app will prompt you for your Subsonic server connection. The app currently displays a searchable album grid view sorting by -recently added, and double-clicking an album plays that album. +On first startup, the app will prompt you for your Subsonic server connection. The app currently displays a searchable album grid view that is also sortable by the standard Subsonic API sort orders. Double-clicking an album plays that album. ## Build (Ubuntu)