mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 16:28:56 +01:00
stub out cifs support
This commit is contained in:
@@ -166,7 +166,11 @@ namespace Emby.Server.Core.IO
|
||||
private void Restart()
|
||||
{
|
||||
Stop();
|
||||
Start();
|
||||
|
||||
if (!_disposed)
|
||||
{
|
||||
Start();
|
||||
}
|
||||
}
|
||||
|
||||
private bool IsLibraryMonitorEnabaled(BaseItem item)
|
||||
@@ -589,11 +593,13 @@ namespace Emby.Server.Core.IO
|
||||
}
|
||||
}
|
||||
|
||||
private bool _disposed;
|
||||
/// <summary>
|
||||
/// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
||||
/// </summary>
|
||||
public void Dispose()
|
||||
{
|
||||
_disposed = true;
|
||||
Dispose(true);
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user