diff --git a/.vs/youtube-downloader/xs/UserPrefs.xml b/.vs/youtube-downloader/xs/UserPrefs.xml index adc8592..06dcd6e 100644 --- a/.vs/youtube-downloader/xs/UserPrefs.xml +++ b/.vs/youtube-downloader/xs/UserPrefs.xml @@ -1,7 +1,7 @@  - + - + @@ -24,8 +24,10 @@ - - + + + + diff --git a/Program.cs b/Program.cs index 5da0980..fbc499a 100644 --- a/Program.cs +++ b/Program.cs @@ -1730,7 +1730,7 @@ namespace TYTD public static void RootPath(HttpListenerRequest rq, HttpListenerResponse rp, Dictionary args) { string p = System.Web.HttpUtility.UrlDecode(args["Path"]).Split(new char[] { '?' }, StringSplitOptions.RemoveEmptyEntries)[0]; - string path = "WebSite/{p}"; + string path = $"WebSite/{p}"; if (Directory.Exists(path)) { string indexHtml = Path.Combine(path, "index.html"); diff --git a/TYTD.Api/obj/Release/TYTD.Api.csprojAssemblyReference.cache b/TYTD.Api/obj/Release/TYTD.Api.csprojAssemblyReference.cache index 846831c..6f7375d 100644 Binary files a/TYTD.Api/obj/Release/TYTD.Api.csprojAssemblyReference.cache and b/TYTD.Api/obj/Release/TYTD.Api.csprojAssemblyReference.cache differ diff --git a/bin/Release/youtube-downloader.exe b/bin/Release/youtube-downloader.exe index 762e312..5df4fba 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 5c2c9a1..f5ab17c 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 762e312..5df4fba 100644 Binary files a/obj/x86/Release/youtube-downloader.exe and b/obj/x86/Release/youtube-downloader.exe differ