Added highlighting, right click menu, other fixes

This commit is contained in:
2024-09-17 00:06:53 +03:00
parent 776a88c4cf
commit 7d6d560d2b
9 changed files with 1021 additions and 603 deletions

View File

@@ -64,6 +64,7 @@ impl Song {
impl TryFrom<url::Url> for SongType {
type Error = anyhow::Error;