diff --git a/TwitchDownloaderWPF/ChatRoot.cs b/TwitchDownloaderWPF/ChatRoot.cs index 81405b1d..87726040 100644 --- a/TwitchDownloaderWPF/ChatRoot.cs +++ b/TwitchDownloaderWPF/ChatRoot.cs @@ -79,8 +79,15 @@ public class Comment public bool more_replies { get; set; } } +public class VideoTime +{ + public double start { get; set; } + public double end { get; set; } +} + public class ChatRoot { public Streamer streamer { get; set; } public List comments { get; set; } + public VideoTime video { get; set; } } \ No newline at end of file diff --git a/TwitchDownloaderWPF/MainWindow.xaml b/TwitchDownloaderWPF/MainWindow.xaml index 4a0b2475..e8bfd963 100644 --- a/TwitchDownloaderWPF/MainWindow.xaml +++ b/TwitchDownloaderWPF/MainWindow.xaml @@ -17,15 +17,15 @@ + -