Adds a skeleton for an AlbumDescriptionCache

This commit is contained in:
2016-01-17 13:13:27 +01:00
parent b743fffb23
commit 105961a466
5 changed files with 33 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ func (r *AlbumCsvReader) Read() (*Album, error) {
if err != nil {
return nil, fmt.Errorf("AlbumCsvReader: %s: %s", cID, err)
}
res.ID = uint64(ID)
res.ID = AlbumID(ID)
if len(data[r.columns[cNum]]) == 0 {
res.Num = -1