Skip to content

Commit

Permalink
Fix Library updated using same setting as application stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
joyrider3774 committed Sep 5, 2021
1 parent 99bb34c commit ba18d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GameSpeak.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public override void OnApplicationStopped(OnApplicationStoppedEventArgs args)
public override void OnLibraryUpdated(OnLibraryUpdatedEventArgs args)
{
// Add code to be executed when library is updated.
DoSpeak(Settings.Settings.SpeakLibraryUpdatedText, Settings.Settings.SpeakApplicationStopped, true);
DoSpeak(Settings.Settings.SpeakLibraryUpdatedText, Settings.Settings.SpeakLibraryUpdated, true);
}

public override ISettings GetSettings(bool firstRunSettings)
Expand Down
2 changes: 1 addition & 1 deletion extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: GameSpeak_9287cd5b-1397-4f57-9c76-9729ebca9b80
Name: Game Speak
Author: Joyrider3774
Version: 3.0
Version: 3.1
Module: GameSpeak.dll
Type: GenericPlugin
Icon: icon.png
Expand Down

0 comments on commit ba18d5b

Please sign in to comment.