1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 19:41:06 +08:00

Bring back matching by filename when performing online metadata lookups

This commit is contained in:
Bartłomiej Dach
2024-10-30 10:23:57 +01:00
Unverified
parent 2b0fd3558f
commit 7e3564cb4a
4 changed files with 21 additions and 13 deletions
@@ -33,7 +33,7 @@ namespace osu.Game.Beatmaps
Debug.Assert(beatmapInfo.BeatmapSet != null);
var req = new GetBeatmapRequest(beatmapInfo.MD5Hash);
var req = new GetBeatmapRequest(md5Hash: beatmapInfo.MD5Hash, filename: beatmapInfo.Path);
try
{