Add option to remove ROM set.

This commit is contained in:
2020-08-24 02:29:07 +01:00
parent 3d87c2e778
commit 90f9152e0f
8 changed files with 249 additions and 1 deletions

View File

@@ -370,6 +370,7 @@ namespace RomRepoMgr.ViewModels
ThenBy(r => r.Date).ThenBy(r => r.Description).ThenBy(r => r.Comment).
ThenBy(r => r.Filename).Select(r => new RomSetModel
{
Id = r.Id,
Author = r.Author,
Comment = r.Comment,
Date = r.Date,