More track info

This commit is contained in:
Deluan
2016-03-02 23:51:26 -05:00
parent 1f31de589a
commit eabee8b502
5 changed files with 30 additions and 3 deletions
+4
View File
@@ -77,6 +77,10 @@ func parseTrack(t *Track) (*domain.MediaFile, *domain.Album, *domain.Artist) {
Track: t.TrackNumber,
Genre: t.Genre,
Year: t.Year,
Size: t.Size,
Suffix: t.Suffix,
Duration: t.Duration,
BitRate: t.BitRate,
}
album := &domain.Album{