diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cf6e5e8..bcc2e7e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## 0.16.8 - 2018-12-15 +## 0.16.9 - 2018-12-15 * Update to ASP.NET 2.2 ## 0.15.11 - 2018-11-05 diff --git a/src/Client/ReleaseNotes.fs b/src/Client/ReleaseNotes.fs index db6854b..f725e21 100644 --- a/src/Client/ReleaseNotes.fs +++ b/src/Client/ReleaseNotes.fs @@ -1,13 +1,13 @@ module internal ReleaseNotes -let Version = "0.16.8" +let Version = "0.16.9" let IsPrerelease = false let Notes = """ # Release Notes -## 0.16.8 - 2018-12-15 +## 0.16.9 - 2018-12-15 * Update to ASP.NET 2.2 ## 0.15.11 - 2018-11-05 diff --git a/src/Server/Server.fs b/src/Server/Server.fs index 2984219..406738b 100644 --- a/src/Server/Server.fs +++ b/src/Server/Server.fs @@ -146,6 +146,7 @@ let discoverYoutubeLink (youtubeURL:string) = task { startInfo.Arguments <- sprintf " -g \"%s\"" youtubeURL startInfo.UseShellExecute <- false startInfo.RedirectStandardOutput <- true + startInfo.RedirectStandardError <- true startInfo.CreateNoWindow <- true proc.StartInfo <- startInfo