Only consider album artists for artist covers. fixes #398

This commit is contained in:
emeric
2024-01-07 15:08:32 +01:00
parent fa3638ef46
commit 5882e61886
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -66,6 +66,7 @@ TEST(Path, getLongestCommonPathIterator)
{{"/foo", "/bar"}, "/"},
{{"/foo/bar/file1.txt", "/foo/bar/file2.txt"}, "/foo/bar"},
{{"/foo", "/foo/"}, "/foo"},
{{"/foo", "/foo"}, "/foo"},
{{"/foo/", "/foo/"}, "/foo/"},
{{"/foo/", "/foo/", "/bar"}, "/"},
{{"/foo/", "/foo/", "/foo/bar"}, "/foo"},