Skip to content

Commit

Permalink
Update PluginConfiguration.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyRacer1337 committed May 8, 2021
1 parent 9e85dda commit 796e114
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public PluginConfiguration()
{
this.MetadataAPIToken = string.Empty;

this.UseFilePath = true;
this.UseOSHash = true;

this.UseCustomTitle = false;
Expand All @@ -16,6 +17,8 @@ public PluginConfiguration()

public string MetadataAPIToken { get; set; }

public bool UseFilePath { get; set; }

public bool UseOSHash { get; set; }

public bool UseCustomTitle { get; set; }
Expand Down

0 comments on commit 796e114

Please sign in to comment.