go fmt
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"github.com/dhowden/itl"
|
||||
"net/url"
|
||||
"os"
|
||||
"strings"
|
||||
"path/filepath"
|
||||
"strconv"
|
||||
"strings"
|
||||
)
|
||||
|
||||
type ItunesScanner struct{}
|
||||
|
||||
+1
-1
@@ -89,7 +89,7 @@ func parseTrack(t *Track) (*domain.MediaFile, *domain.Album, *domain.Artist) {
|
||||
Year: t.Year,
|
||||
Compilation: t.Compilation,
|
||||
Genre: t.Genre,
|
||||
Artist: t.Artist,
|
||||
Artist: t.Artist,
|
||||
AlbumArtist: t.AlbumArtist,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user