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