mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use Create method for creating Device class.
This commit is contained in:
@@ -726,7 +726,7 @@ public sealed class MediaDumpViewModel : ViewModelBase
|
||||
|
||||
try
|
||||
{
|
||||
_dev = new Device(_devicePath);
|
||||
_dev = Device.Create(_devicePath);
|
||||
|
||||
if(_dev.IsRemote)
|
||||
Statistics.AddRemote(_dev.RemoteApplication, _dev.RemoteVersion, _dev.RemoteOperatingSystem,
|
||||
|
||||
Reference in New Issue
Block a user