mirror of
https://github.com/claunia/osrepodbmgr.git
synced 2025-12-16 19:14:25 +00:00
Add folders to database. This way empty folders get
replicated.
This commit is contained in:
@@ -35,7 +35,9 @@ namespace osrepodbmgr.Core
|
||||
public static class Context
|
||||
{
|
||||
public static List<string> files;
|
||||
public static List<string> folders;
|
||||
public static Dictionary<string, DBFile> hashes;
|
||||
public static Dictionary<string, DBFolder> foldersDict;
|
||||
public static string path;
|
||||
public static DBEntry dbInfo;
|
||||
public static bool unarUsable;
|
||||
|
||||
Reference in New Issue
Block a user