@ -51,16 +51,20 @@ namespace Ombi.Store
{
get
if (File.Exists(OldPath))
if (!string.IsNullOrEmpty(_currentPath))
_currentPath = OldPath;
return _currentPath;
}
if (File.Exists(NewCurrentPath))
_currentPath = NewCurrentPath;