TODO
This commit is contained in:
parent
11caa7f9b9
commit
1ceefda6ca
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ type Scanner interface {
|
||||||
|
|
||||||
type tempIndex map[string]*models.ArtistInfo
|
type tempIndex map[string]*models.ArtistInfo
|
||||||
|
|
||||||
|
// TODO Implement a flag 'isScanning'.
|
||||||
func StartImport() {
|
func StartImport() {
|
||||||
go doImport(beego.AppConfig.String("musicFolder"), &ItunesScanner{})
|
go doImport(beego.AppConfig.String("musicFolder"), &ItunesScanner{})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue