mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-26 19:57:25 +01:00
library: New query logic
This commit is contained in:
parent
d96bdf56e2
commit
a6e0935df8
7 changed files with 432 additions and 302 deletions
|
|
@ -55,6 +55,9 @@ impl TagTile {
|
|||
Tag::Ensemble(ensemble) => {
|
||||
imp.title_label.set_label(ensemble.name.get());
|
||||
}
|
||||
Tag::Instrument(instrument) => {
|
||||
imp.title_label.set_label(instrument.name.get());
|
||||
}
|
||||
Tag::Work(work) => {
|
||||
imp.title_label.set_label(work.name.get());
|
||||
if let Some(composers) = work.composers_string() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue