|
@@ -111,7 +111,7 @@ internal class WarcIndexManager : IAssemblyInjectSingleton, IAssemblyInjectSyncS
|
|
|
|
|
|
private bool _isWorking = false;
|
|
private bool _isWorking = false;
|
|
private FileDescriptor? _currentFileDescriptor;
|
|
private FileDescriptor? _currentFileDescriptor;
|
|
- public float? _currentProgress;
|
|
|
|
|
|
+ private float? _currentProgress;
|
|
|
|
|
|
public WarcIndexManager(IEventBus eventBus)
|
|
public WarcIndexManager(IEventBus eventBus)
|
|
{
|
|
{
|