Refactor: Moved media scanning to Core.

This commit is contained in:
2017-05-27 18:58:20 +01:00
parent 212f1ea1cf
commit 7f68351746
9 changed files with 1431 additions and 1222 deletions

View File

@@ -531,7 +531,7 @@ namespace DiscImageChef.Core
}
}
public static void AddDevice(Devices.Device dev)
public static void AddDevice(DiscImageChef.Devices.Device dev)
{
if(Settings.Settings.Current.Stats != null && Settings.Settings.Current.Stats.DeviceStats)
{