Fix CI
This commit is contained in:
parent
0d32d37356
commit
6eef473551
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue