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

View file

@ -3,6 +3,7 @@ package main
import (
"github.com/astaxie/beego"
_ "github.com/deluan/gosonic/conf"
_ "github.com/deluan/gosonic/tasks"
)
func main() {