Renamed Id to ID, following GoLang convention

This commit is contained in:
Deluan
2020-01-09 23:33:01 -05:00
committed by Deluan Quintão
parent 018352463f
commit 40904b220e
35 changed files with 122 additions and 122 deletions
+3 -3
View File
@@ -6,14 +6,14 @@ import (
)
type MediaFile struct {
Id string
ID string
Path string
Title string
Album string
Artist string
ArtistId string
ArtistID string
AlbumArtist string
AlbumId string `parent:"album"`
AlbumID string `parent:"album"`
HasCoverArt bool
TrackNumber int
DiscNumber int