Skip to content

Commit

Permalink
Download count is not representative any more
Browse files Browse the repository at this point in the history
  • Loading branch information
kinsi55 committed Dec 17, 2021
1 parent 07d7ec4 commit 3b9d717
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions UI/SongListController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ void Parsed() {
}
return returnVal;
} },
{ "Most Downloads", x => x.detailsSong.downloadCount }
} }
};

internal static readonly IReadOnlyDictionary<string, Func<SongSearchDiff, float>> sortModesDiffSort = new Dictionary<string, Func<SongSearchDiff, float>>() {
Expand Down

0 comments on commit 3b9d717

Please sign in to comment.