mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-09-04 01:00:44 +02:00
fix(metadata): remove forced download attribution
This commit is contained in:
@@ -34,9 +34,8 @@ func TestOverlayExtensionReleaseMetadataFillsMissingRequestFields(t *testing.T)
|
||||
"song.m4a",
|
||||
false,
|
||||
)
|
||||
expectedComment := track.Comment + "\n" + downloadCommentCredit
|
||||
if response.UPC != track.UPC || response.AlbumType != "single" ||
|
||||
!response.Explicit || response.Comment != expectedComment {
|
||||
!response.Explicit || response.Comment != track.Comment {
|
||||
t.Fatalf("enriched metadata was lost in download response: %#v", response)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user