This commit is contained in:
James Mills 2022-11-08 08:20:23 +10:00
parent 0d32d37356
commit 6eef473551
No known key found for this signature in database
GPG key ID: AC4C014F1440EBD6

View file

@ -43,7 +43,7 @@ func (i *VimeoImporter) GetVideoInfo(url string) (videoInfo VideoInfo, err error
videoInfo.ThumbnailURL = vimeodl.PickBestThumbnail(config) videoInfo.ThumbnailURL = vimeodl.PickBestThumbnail(config)
videoInfo.ID = string(config.Video.Id) videoInfo.ID = fmt.Sprintf("%d", config.Video.Id)
videoInfo.Title = config.Video.Title videoInfo.Title = config.Video.Title
return return