REFACTOR: All refactor in DiscImageChef.Server.

This commit is contained in:
2017-12-22 18:17:36 +00:00
parent fabb50584e
commit 10d767af73
16 changed files with 110 additions and 141 deletions

View File

@@ -37,7 +37,7 @@ namespace DiscImageChef.Server.App_Start
{
public static class SscTestedMedia
{
public static void Report(SequentialMedia[] testedMedia, ref List<string> mediaOneValue)
public static void Report(IEnumerable<SequentialMedia> testedMedia, ref List<string> mediaOneValue)
{
foreach(SequentialMedia media in testedMedia)
{