Task for continuously check for iTunes Library updates

This commit is contained in:
Deluan
2016-03-11 18:37:37 -05:00
parent 71f1fab575
commit 12b0350d3e
4 changed files with 59 additions and 3 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ import (
type SyncController struct{ beego.Controller }
func (c *SyncController) Get() {
scanner.StartImport()
scanner.CheckForUpdates(true)
c.Ctx.WriteString("Import started. Check logs")
}