Fixes the Description Getter
We need to store the URL now, for the AlbumCoverCache to work
This commit is contained in:
@@ -55,7 +55,7 @@ func (g *AlbumDescriptionGetter) Get(a *Album) error {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
a.CoverURL = path.Ext(src)
|
a.CoverURL = src
|
||||||
errors <- nil
|
errors <- nil
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user