rename BookTags.json to UserDefinedItems.json
This commit is contained in:
parent
b6c9a82c68
commit
cd418e877d
4 changed files with 18 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ namespace FileManager
|
|||
/// </summary>
|
||||
public static class TagsPersistence
|
||||
{
|
||||
private static string TagsFile => Path.Combine(Configuration.Instance.LibationFiles, "BookTags.json");
|
||||
private static string TagsFile => Path.Combine(Configuration.Instance.LibationFiles, "UserDefinedItems.json");
|
||||
|
||||
private static object locker { get; } = new object();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue