go fmt
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user