Skip to content

Commit 4e4d0fd

Browse files
committed
don't load the json object as a ini filepath
1 parent cd0b2e0 commit 4e4d0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Encore/src/song/songlist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ void SongList::LoadCache(const std::vector<std::filesystem::path> &songsFolder)
357357
SongCacheIn >> jsonData;
358358
json infoData = json::parse(jsonData.c_str());
359359

360-
song.LoadInfoINI(infoData);
360+
song.LoadInfoJSON(infoData);
361361
song.LoadAudioJSON(infoData);
362362
}
363363

0 commit comments

Comments
 (0)