mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-09-03 16:50:40 +02:00
fix(metadata): keep collaboration albums grouped
This commit is contained in:
@@ -96,6 +96,26 @@ class NativeFinalizationPolicyTest {
|
||||
)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun normalizedRequestAlbumArtistOverridesPerTrackProviderCredits() {
|
||||
assertEquals(
|
||||
"Falling In Reverse",
|
||||
NativeFinalizationPolicy.authoritativeAlbumArtist(
|
||||
requestValue = "Falling In Reverse",
|
||||
trackValue = "Falling In Reverse, Jelly Roll",
|
||||
providerResultValue = "Falling In Reverse, Jelly Roll",
|
||||
),
|
||||
)
|
||||
assertEquals(
|
||||
"Provider Album Artist",
|
||||
NativeFinalizationPolicy.authoritativeAlbumArtist(
|
||||
requestValue = "",
|
||||
trackValue = null,
|
||||
providerResultValue = "Provider Album Artist",
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
@Test
|
||||
fun displayQualityUsesMeasuredLosslessSpecifications() {
|
||||
assertEquals(
|
||||
|
||||
Reference in New Issue
Block a user