parent
f77045f80b
commit
b8fb029f80
|
@ -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),
|
||||
|
|
Reference in a new issue