Fixes the Description Getter

We need to store the URL now, for the AlbumCoverCache to work
This commit is contained in:
2016-01-20 11:28:53 +01:00
parent 2a4482d8f4
commit 40f3124d8a

View File

@@ -55,7 +55,7 @@ func (g *AlbumDescriptionGetter) Get(a *Album) error {
return
}
a.CoverURL = path.Ext(src)
a.CoverURL = src
errors <- nil
}()