fix method name

This commit is contained in:
onyx-and-iris 2023-08-10 20:37:55 +01:00
parent 10a4eade93
commit e86d096ab9

View File

@ -59,7 +59,7 @@ module Voicemeeter
end
def end_event_threads
if running
if running?
@producer[:running] = false
@producer.join
end