From c86421e2d3bc3a71d2199054b70982b15affddcc Mon Sep 17 00:00:00 2001 From: yaboy58 Date: Tue, 3 Jan 2017 20:55:32 -0600 Subject: [PATCH] *Fixed major bug when there are no subtitles, the entire BlurayTitleInfo Screen will be disabled instead of just the Subtitles Grid. *Updated todo.txt --- src/BatchGuy.App/BluRayTitleInfoForm.cs | 2 +- todo.txt | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/BatchGuy.App/BluRayTitleInfoForm.cs b/src/BatchGuy.App/BluRayTitleInfoForm.cs index e5d4898..8204e1f 100644 --- a/src/BatchGuy.App/BluRayTitleInfoForm.cs +++ b/src/BatchGuy.App/BluRayTitleInfoForm.cs @@ -271,7 +271,7 @@ private void LoadSubtitles() } else { - tlpGroupBox.Enabled = false; + dgvSubtitles.Enabled = false; } } diff --git a/todo.txt b/todo.txt index 940bec6..0f580c1 100644 --- a/todo.txt +++ b/todo.txt @@ -1,11 +1,14 @@ --todo -*The logic to check for a new version has be refactored to use async/await. - -Use async/wait where applicable - +Enhancements: +*The logic to check for a new version of BatchGuy has be refactored to use async/await. +*Enhanced parts of the application responsible for displaying and logging errors +Bug Fixes: +*Fixed major bug when there are no subtitles, the entire BlurayTitleInfo Screen will be disabled instead of just the Subtitles Grid. --possible nice to haves +*Use async/wait where applicable + *Put video in a grid for mkvmerge editing *Add External audio