Revert "Fixing build errors"

This reverts commit 9c6c65a036.
This commit is contained in:
MichaelOultram 2015-08-10 18:44:49 +01:00
parent f77045f80b
commit b8fb029f80

View file

@ -161,6 +161,7 @@ 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),