fix: get all favorite tracks endpoint

This commit is contained in:
cwilvx
2024-08-18 06:56:51 +03:00
parent 7852be5e3f
commit b4bc9cb3cd
6 changed files with 17 additions and 7 deletions
+1
View File
@@ -44,6 +44,7 @@
- Create 2 way relationships, such that if an artist A is similar to another B with a certain weight,
then artist B is similar to A with the same weight, unless overwritten.
- Clean up tempfiles after transcoding
- Double sort artist tracks for consistency (alphabetically then by other field. eg. playcount)
# Bug fixes