Adds a skeleton for an AlbumDescriptionCache
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user