This commit is contained in:
Deluan
2016-03-02 13:18:39 -05:00
parent 9d41f5a39f
commit 4843ccb46c
42 changed files with 150 additions and 160 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ type MediaFile struct {
Album string
Artist string
AlbumArtist string
AlbumId string `parent:"album"`
AlbumId string `parent:"album"`
Compilation bool
CreatedAt time.Time
UpdatedAt time.Time
@@ -20,4 +20,4 @@ type MediaFile struct {
type MediaFileRepository interface {
BaseRepository
Put(m *MediaFile) error
}
}