Fixing build errors

This commit is contained in:
MichaelOultram 2015-08-10 16:06:20 +01:00
parent c85b04cd45
commit 9c6c65a036

View file

@ -161,7 +161,6 @@ func (yt YouTube) NewSong(user, id, offset string, playlist Playlist) (Song, err
title: title,
id: id,
offset: int((offsetDays * 86400) + (offsetHours * 3600) + (offsetMinutes * 60) + offsetSeconds),
filename: id + ".m4a",
duration: durationString,
thumbnail: thumbnail,
skippers: make([]string, 0),