This commit is contained in:
Deluan 2016-03-01 13:31:52 -05:00
parent 11caa7f9b9
commit 1ceefda6ca
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ type Scanner interface {
type tempIndex map[string]*models.ArtistInfo
// TODO Implement a flag 'isScanning'.
func StartImport() {
go doImport(beego.AppConfig.String("musicFolder"), &ItunesScanner{})
}