From 255c516967f76d21e453800147b0cf04d6e87d39 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Thu, 13 Aug 2015 13:54:19 +0100 Subject: [PATCH] Checking output of youtube-dl when downloading[ci skip] --- service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.go b/service.go index 15a5947..08c7404 100644 --- a/service.go +++ b/service.go @@ -34,7 +34,7 @@ type Song interface { Title() string ID() string Filename() string - Duration() string + Duration() int Thumbnail() string Playlist() Playlist DontSkip() bool