PlayXman / app-msa

MediaStorage App - small personal "database" of various media (movies, games, books, etc.).
MIT License
0 stars 0 forks source link

Fix label list cleanup #46

Closed PlayXman closed 8 months ago

PlayXman commented 2 years ago

If all movies/games/books with certain label are removed and the label is not used anymore it should be removed from the list of selectable labels. At the moment the label is not removed until the last occurrence is manually unselected from the item. It should be removed on sync action or watched (if implemented).

PlayXman commented 9 months ago

Resolved by #58

PlayXman commented 8 months ago

It cleans after itself now. Or the user can click on "refresh" button and force it to clean the list.