Skip to content

Commit

Permalink
Fix video info table being rounded
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Aug 6, 2024
1 parent 9c1d83e commit 5ab9c9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TwitchDownloaderCLI/Modes/InfoHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ private static void HandleVodTable(GqlVideoResponse videoInfo, GqlVideoChapterRe
var infoTableTitle = new TableTitle("Video Info");
var infoTable = new Table()
.Title(infoTableTitle)
.RoundedBorder()
.AddColumn(new TableColumn("Key"))
.AddColumn(new TableColumn("Value"))
.AddRow(new Markup("Streamer"), GetUserNameMarkup(infoVideo.owner.displayName, infoVideo.owner.login, DEFAULT_STRING))
Expand Down

0 comments on commit 5ab9c9a

Please sign in to comment.