lydavid / MusicSearch

An Android app for browsing songs, artists, and anything related to them
Apache License 2.0
18 stars 0 forks source link

feat: show how many entities each collection list item has #976

Closed lydavid closed 4 days ago

lydavid commented 4 days ago

I will accept that remote collection count may be out of sync until actually clicking into it. Deleting entities will decrement the count, because the count is based on a join.

closes #185