Checking output of youtube-dl when downloading[ci skip]
This commit is contained in:
parent
a8a9c1f231
commit
255c516967
|
@ -34,7 +34,7 @@ type Song interface {
|
|||
Title() string
|
||||
ID() string
|
||||
Filename() string
|
||||
Duration() string
|
||||
Duration() int
|
||||
Thumbnail() string
|
||||
Playlist() Playlist
|
||||
DontSkip() bool
|
||||
|
|
Reference in a new issue