Implemented artists indexing, with Gomate

This commit is contained in:
Deluan
2016-03-10 23:19:13 -05:00
parent 7c75084249
commit df957814a0
9 changed files with 79 additions and 26 deletions
+4
View File
@@ -31,6 +31,10 @@ type ItunesScanner struct {
lastModifiedSince time.Time
}
func NewItunesScanner() *ItunesScanner {
return &ItunesScanner{}
}
type plsRelation struct {
pID string
parentPID string