mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Removed unneeded value sets.
This commit is contained in:
@@ -227,7 +227,7 @@ namespace DiscImageChef.Server
|
||||
devices = new List<DeviceItem>();
|
||||
foreach(DeviceStats device in statistics.Devices)
|
||||
{
|
||||
string url = null;
|
||||
string url;
|
||||
string xmlFile;
|
||||
if(!string.IsNullOrWhiteSpace(device.Manufacturer) &&
|
||||
!string.IsNullOrWhiteSpace(device.Model) && !string.IsNullOrWhiteSpace(device.Revision))
|
||||
|
||||
Reference in New Issue
Block a user