Add scanner status

This commit is contained in:
Deluan 2020-10-25 18:17:23 -04:00
parent c0ec0b28b9
commit af7eaa2b7a
5 changed files with 170 additions and 52 deletions

View file

@ -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,
))