Reworked library. Added local, my, fed traks overview.

This commit is contained in:
Ultradesu
2026-07-25 23:24:49 +03:00
parent 788bc2e01f
commit c45f2e700b
8 changed files with 511 additions and 49 deletions
+1 -1
View File
@@ -942,7 +942,7 @@ impl Federation {
artist.artist_key
},
name: artist.name,
image_path: None,
image_path: artist.image_path,
release_count: artist.release_count,
track_count: artist.track_count,
})