diff --git a/Program.cs b/Program.cs index fa9b45f..66510ed 100644 --- a/Program.cs +++ b/Program.cs @@ -40,6 +40,7 @@ namespace youtube_downloader { try { + Console.WriteLine($"Event Sent: {raw_data}"); var bytes = Encoding.UTF8.GetBytes(raw_data + "\n\n"); await items.OutputStream.WriteAsync(bytes, 0, bytes.Length); await items.OutputStream.FlushAsync(); diff --git a/bin/Release/youtube-downloader.exe b/bin/Release/youtube-downloader.exe index 674a7e1..0b4b1b6 100644 Binary files a/bin/Release/youtube-downloader.exe and b/bin/Release/youtube-downloader.exe differ diff --git a/obj/x86/Release/youtube-downloader.csprojAssemblyReference.cache b/obj/x86/Release/youtube-downloader.csprojAssemblyReference.cache index c63abf6..bd05d9d 100644 Binary files a/obj/x86/Release/youtube-downloader.csprojAssemblyReference.cache and b/obj/x86/Release/youtube-downloader.csprojAssemblyReference.cache differ diff --git a/obj/x86/Release/youtube-downloader.exe b/obj/x86/Release/youtube-downloader.exe index 674a7e1..0b4b1b6 100644 Binary files a/obj/x86/Release/youtube-downloader.exe and b/obj/x86/Release/youtube-downloader.exe differ