mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[RombaSharp] Confirmed refresh-dats writes to db
This commit is contained in:
@@ -696,8 +696,6 @@ namespace RombaSharp
|
|||||||
int workers,
|
int workers,
|
||||||
string missingSha1s)
|
string missingSha1s)
|
||||||
{
|
{
|
||||||
Globals.Logger.Error("This feature is not yet implemented: refresh-dats");
|
|
||||||
|
|
||||||
// Make sure the db is set
|
// Make sure the db is set
|
||||||
if (String.IsNullOrWhiteSpace(_db))
|
if (String.IsNullOrWhiteSpace(_db))
|
||||||
{
|
{
|
||||||
@@ -717,6 +715,8 @@ namespace RombaSharp
|
|||||||
_dats = "dats";
|
_dats = "dats";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_dats = Path.Combine(Globals.ExeDir, _dats);
|
||||||
|
|
||||||
// Make sure the folder exists
|
// Make sure the folder exists
|
||||||
if (!Directory.Exists(_dats))
|
if (!Directory.Exists(_dats))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user