Checking output of youtube-dl when downloading[ci skip]

This commit is contained in:
MichaelOultram 2015-08-13 13:54:19 +01:00
parent a8a9c1f231
commit 255c516967

View file

@ -34,7 +34,7 @@ type Song interface {
Title() string
ID() string
Filename() string
Duration() string
Duration() int
Thumbnail() string
Playlist() Playlist
DontSkip() bool