mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Moved logic of collapsing songs into albums to model package
(it should really be called domain.... maybe will rename it later)
This commit is contained in:
parent
e03ccb3166
commit
28e7371d93
13 changed files with 507 additions and 26 deletions
|
@ -59,6 +59,8 @@ const (
|
|||
DefaultHttpClientTimeOut = 10 * time.Second
|
||||
|
||||
DefaultScannerExtractor = "taglib"
|
||||
|
||||
Zwsp = string('\u200b')
|
||||
)
|
||||
|
||||
// Cache options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue