Skip to content

Commit b96adb9

Browse files
committed
fix: muc play auto exiting
1 parent 5b334af commit b96adb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def play(sound_name: str | None) -> None:
132132
soundboard.list_sounds()
133133
sound_name = str(click.prompt("Enter sound name to play", type=str))
134134

135-
soundboard.play_sound(sound_name)
135+
soundboard.play_sound(sound_name, blocking=True)
136136

137137

138138
@cli.command()

0 commit comments

Comments
 (0)