diff --git a/Program.cs b/Program.cs index 462345e..8912058 100644 --- a/Program.cs +++ b/Program.cs @@ -908,7 +908,7 @@ namespace TYTD { string r = ApiLoader.ReadAllTextOrDefault(Path.Combine(webSitePath, "index.html"), "TYTD

TYTD

Existing Videos:

Get Progress
List QueueList Playlists
"); - rp.AsFile(rq, r); + rp.AsText( r); } public static void Extensions(HttpListenerRequest rq, HttpListenerResponse rp, Dictionary args) { diff --git a/bin/Release/youtube-downloader.exe b/bin/Release/youtube-downloader.exe index 7bb572a..0a39de2 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 e08516a..1cba76e 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 7bb572a..0a39de2 100644 Binary files a/obj/x86/Release/youtube-downloader.exe and b/obj/x86/Release/youtube-downloader.exe differ