mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: All refactor in DiscImageChef.Server.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user