Initial Push

This commit is contained in:
Qstick
2020-10-18 04:18:35 -04:00
parent 09ed2ab889
commit e1020f4107
1845 changed files with 1516 additions and 113975 deletions

View File

@@ -96,7 +96,7 @@ namespace NzbDrone.Common.EnvironmentInfo
RemovePidFile();
}
// Exit if a radarr.db already exists
// Exit if a prowlarr.db already exists
if (_diskProvider.FileExists(_appFolderInfo.GetDatabase()))
{
return;
@@ -171,7 +171,7 @@ namespace NzbDrone.Common.EnvironmentInfo
{
if (OsInfo.IsNotWindows)
{
_diskProvider.DeleteFile(Path.Combine(_appFolderInfo.AppDataFolder, "radarr.pid"));
_diskProvider.DeleteFile(Path.Combine(_appFolderInfo.AppDataFolder, "prowlarr.pid"));
}
}
}