diff --git a/TwitchDownloaderWPF/PageChatDownload.xaml b/TwitchDownloaderWPF/PageChatDownload.xaml
index df247e61..31c8a792 100644
--- a/TwitchDownloaderWPF/PageChatDownload.xaml
+++ b/TwitchDownloaderWPF/PageChatDownload.xaml
@@ -97,15 +97,15 @@
-
-
+
+
-
-
+
+
diff --git a/TwitchDownloaderWPF/PageChatDownload.xaml.cs b/TwitchDownloaderWPF/PageChatDownload.xaml.cs
index 43be5369..d654a034 100644
--- a/TwitchDownloaderWPF/PageChatDownload.xaml.cs
+++ b/TwitchDownloaderWPF/PageChatDownload.xaml.cs
@@ -149,7 +149,7 @@ private async Task GetVideoInfo()
game = videoInfo.data.video.game?.displayName ?? Translations.Strings.UnknownGame;
numStartHour.Maximum = (int)vodLength.TotalHours;
- numStartMinute.Maximum = 60;
+ numStartMinute.Maximum = 59;
var urlTimeCodeMatch = TwitchRegex.UrlTimeCode.Match(textUrl.Text);
if (urlTimeCodeMatch.Success)
{
@@ -168,7 +168,7 @@ private async Task GetVideoInfo()
numEndHour.Maximum = (int)vodLength.TotalHours;
numEndHour.Value = (int)vodLength.TotalHours;
- numEndMinute.Maximum = 60;
+ numEndMinute.Maximum = 59;
numEndMinute.Value = vodLength.Minutes;
numEndSecond.Value = vodLength.Seconds;
labelLength.Text = vodLength.ToString("c");
diff --git a/TwitchDownloaderWPF/PageChatUpdate.xaml b/TwitchDownloaderWPF/PageChatUpdate.xaml
index 8aaff93e..b43466e9 100644
--- a/TwitchDownloaderWPF/PageChatUpdate.xaml
+++ b/TwitchDownloaderWPF/PageChatUpdate.xaml
@@ -97,15 +97,15 @@
-
-
+
+
-
-
+
+
diff --git a/TwitchDownloaderWPF/PageVodDownload.xaml b/TwitchDownloaderWPF/PageVodDownload.xaml
index 1cec8a43..0648eb89 100644
--- a/TwitchDownloaderWPF/PageVodDownload.xaml
+++ b/TwitchDownloaderWPF/PageVodDownload.xaml
@@ -85,15 +85,15 @@
-
-
+
+
-
-
+
+