Skip to content

Commit

Permalink
Fixed provider algorithm names in loadAlgorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
bogind committed Jul 28, 2024
1 parent 8ae680d commit ff665fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgs_sound_effects_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def unload(self):

def loadAlgorithms(self):
self.addAlgorithm(PlaySoundEffectAlgorithm())
self.addAlgorithm(PlaySoundAlgorithm())
self.addAlgorithm(SaySomeTextAlgorithm())
self.addAlgorithm(PlayAudioFileAlgorithm())


0 comments on commit ff665fb

Please sign in to comment.