remove comments from album model

This commit is contained in:
cwilvx
2024-07-04 11:47:08 +03:00
parent 2e63aa4a41
commit 678eed3ab6
2 changed files with 11 additions and 85 deletions
+11 -7
View File
@@ -1,20 +1,23 @@
# What's New?
<!-- TODO: ELABORATE -->
- Auth
- New artists/albums Sort by: last played, no. of streams, total stream duration
- Option to show now playing track info on tab title. Go to Settings > Appearance to enable
## Improvements
- The context menu now doesn't take forever to open up
- Merged "Save as Playlist" with "Add to Playlist" > "New Playlist"
## Bug fixes
- Add to queue adding to last index -1
-
## Development
- Rewritten the whole DB layer to move stores from memory to the database.
- Rewritten the whole DB layer to move stores from memory to the database.
## THE BIG ONE API CHANGES
@@ -22,13 +25,14 @@
```ts
interface Genre {
name: str;
genrehash: str;
name: str;
genrehash: str;
}
```
- Pairing via QR Code has been split into 2 endpoint:
1. `/getpaircode`
2. `/pair`
-
1. `/getpaircode`
2. `/pair`
-