Refactor playlist items
Fix a bug where playlist items cover is not updated
This commit is contained in:
@@ -78,7 +78,7 @@ TEST_P(SongPlaylistItemTest, Url) {
|
||||
expected.setScheme(u"file"_s);
|
||||
expected.setPath(absolute_file_name_);
|
||||
|
||||
EXPECT_EQ(expected, item_->Url());
|
||||
EXPECT_EQ(expected, item_->OriginalUrl());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user