mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix tests and clean up code a bit
This commit is contained in:
parent
332900774d
commit
8f3387a894
11 changed files with 169 additions and 91 deletions
|
@ -19,6 +19,9 @@ type ArtworkID struct {
|
|||
}
|
||||
|
||||
func (id ArtworkID) String() string {
|
||||
if id.ID == "" {
|
||||
return ""
|
||||
}
|
||||
return fmt.Sprintf("%s-%s", id.Kind.prefix, id.ID)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue