Import and display disc subtitles

This commit is contained in:
Deluan
2020-05-12 11:17:22 -04:00
committed by Deluan Quintão
parent 7f75994906
commit 0d9361734f
7 changed files with 42 additions and 6 deletions
+1
View File
@@ -258,6 +258,7 @@ func (s *TagScanner) toMediaFile(md *Metadata) model.MediaFile {
mf.Year = md.Year()
mf.TrackNumber, _ = md.TrackNumber()
mf.DiscNumber, _ = md.DiscNumber()
mf.DiscSubtitle = md.DiscSubtitle()
mf.Duration = md.Duration()
mf.BitRate = md.BitRate()
mf.Path = md.FilePath()