mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
fix code style and naming
This commit is contained in:
@ -20,12 +20,12 @@ namespace osu.Game.Database
|
||||
{
|
||||
}
|
||||
|
||||
protected override string GetItemExportString(ScoreInfo score)
|
||||
protected override string GetFilename(ScoreInfo score)
|
||||
{
|
||||
string scoreString = score.GetDisplayString();
|
||||
string filename = $"{scoreString} ({score.Date.LocalDateTime:yyyy-MM-dd})";
|
||||
|
||||
return filename.GetValidFilename();
|
||||
|
||||
return filename;
|
||||
}
|
||||
|
||||
public override void ExportModelTo(ScoreInfo model, Stream outputStream)
|
||||
|
Reference in New Issue
Block a user