This commit is contained in:
2026-09-14 18:43:16 +02:00
parent 6735e1fcc2
commit 20bf9eb37b
3 changed files with 8 additions and 7 deletions
+1 -3
View File
@@ -20,9 +20,7 @@ namespace Casino
{
string tempFile = System.IO.Path.Combine(
System.IO.Path.GetTempPath(),
Guid.NewGuid() + ".mp3");
".mp3");
File.WriteAllBytes(tempFile, audioBlob);