Remove decode button from MMC.

This commit is contained in:
2019-11-16 00:44:14 +00:00
parent 630d324b07
commit 8e881abcd9
3 changed files with 1 additions and 8 deletions

View File

@@ -1,4 +1,3 @@
using System;
using System.Linq;
using System.Threading.Tasks;
using DiscImageChef.CommonTypes.Metadata;
@@ -80,8 +79,6 @@ namespace DiscImageChef.Server.Areas.Admin.Controllers
return RedirectToAction(nameof(Index));
}
public IActionResult Decode(int id) => throw new NotImplementedException();
public async Task<IActionResult> Clean()
{
_context.Mmc.RemoveRange(_context.Mmc.Where(m => m.FeaturesId == null && m.ModeSense2AData == null));