added basic tests
This commit is contained in:
@@ -105,6 +105,7 @@ func (m Song) Merge(other MusicObject) MusicObject {
|
||||
func (m Song) Compile() MusicObject {
|
||||
m.Sources = dedupeSources(m.Sources)
|
||||
m.UnifiedName = common.Unify(m.Name)
|
||||
m.Album = m.Album.Compile().(Album)
|
||||
m.Artists = dedupeMusicObjects(m.Artists)
|
||||
return m
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user