Implemented ProperyRepository. Now the Scanner stores the LastScan timestamp
This commit is contained in:
@@ -17,6 +17,7 @@ type IdxIndex struct {
|
||||
type ArtistIndex struct {
|
||||
XMLName xml.Name `xml:"indexes"`
|
||||
Index []IdxIndex `xml:"indexes"`
|
||||
LastModified string `xml:"lastModified,attr"`
|
||||
IgnoredArticles string `xml:"ignoredArticles,attr"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user