getCoverArt.view working

This commit is contained in:
Deluan
2016-03-03 12:08:44 -05:00
parent 1b945831cc
commit c9455e1955
9 changed files with 148 additions and 2 deletions
+1
View File
@@ -30,5 +30,6 @@ type MediaFile struct {
type MediaFileRepository interface {
BaseRepository
Put(m *MediaFile) error
Get(id string) (*MediaFile, error)
FindByAlbum(albumId string) ([]MediaFile, error)
}