Improve ranking parsing

Improve Smash.gg parsing
Fix useless stuff

Fix
This commit is contained in:
2022-03-21 01:10:48 +01:00
parent eb3eb3e779
commit 3a86fdbdf4
8 changed files with 23 additions and 108 deletions

View File

@@ -34,7 +34,7 @@ namespace LaDOSE.Business.Provider.SmashProvider
public class ScoreType
{
public string label { get; set; }
public int value { get; set; }
public int? value { get; set; }
public string displayValue { get; set; }
}