Skip to content

Commit

Permalink
Modify separating line to be the length of the torrent title
Browse files Browse the repository at this point in the history
  • Loading branch information
Sioro-Neoku committed May 19, 2016
1 parent 30ce8c2 commit 5729a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func (c *Client) Render() {

print(clearScreen)
fmt.Println(t.Info().Name)
fmt.Println("=============================================================")
fmt.Println(strings.Repeat("=", len(t.Info().Name)))
if c.ReadyForPlayback() {
fmt.Printf("Stream: \thttp://localhost:%d\n", c.Port)
}
Expand Down

0 comments on commit 5729a7a

Please sign in to comment.