mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add scanner status
This commit is contained in:
parent
c0ec0b28b9
commit
af7eaa2b7a
5 changed files with 170 additions and 52 deletions
|
@ -29,7 +29,7 @@ func CreateServer(musicFolder string) *server.Server {
|
|||
))
|
||||
}
|
||||
|
||||
func CreateScanner(musicFolder string) *scanner.Scanner {
|
||||
func CreateScanner(musicFolder string) scanner.Scanner {
|
||||
panic(wire.Build(
|
||||
allProviders,
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue