Skip to content

Commit

Permalink
*Fixed major bug when there are no subtitles, the entire BlurayTitleI…
Browse files Browse the repository at this point in the history
…nfo Screen will be disabled instead of just the Subtitles Grid.

*Updated todo.txt
  • Loading branch information
yaboy58 committed Jan 4, 2017
1 parent c5b7602 commit c86421e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/BatchGuy.App/BluRayTitleInfoForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ private void LoadSubtitles()
}
else
{
tlpGroupBox.Enabled = false;
dgvSubtitles.Enabled = false;
}
}

Expand Down
11 changes: 7 additions & 4 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c86421e

Please sign in to comment.