mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-13 15:27:53 +02:00
Kavita naming convention
This commit is contained in:
@ -125,6 +125,10 @@ public abstract class Connector
|
||||
logger?.WriteLine(this.GetType().ToString(), $"Moving old file {oldFilePath2} -> {newFilePath}");
|
||||
File.Move(oldFilePath2, newFilePath);
|
||||
}
|
||||
else
|
||||
{
|
||||
logger?.WriteLine(this.GetType().ToString(), $"No old files found:\n{oldFilePath}\n{oldFilePath2}");
|
||||
}
|
||||
return File.Exists(newFilePath);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user