TODO
This commit is contained in:
@@ -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{})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user