mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Use collection expression.
This commit is contained in:
@@ -63,7 +63,7 @@ public sealed partial class MediaScanViewModel : ViewModelBase
|
||||
{
|
||||
readonly Device _device;
|
||||
readonly string _devicePath;
|
||||
readonly List<(ulong startingSector, double duration)> _pendingSectorData = new();
|
||||
readonly List<(ulong startingSector, double duration)> _pendingSectorData = [];
|
||||
readonly object _pendingSectorDataLock = new();
|
||||
readonly Window _view;
|
||||
[ObservableProperty]
|
||||
|
||||
Reference in New Issue
Block a user