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