Project:Video Upload
Version:6.x-1.3
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I just stubled opon a small problem in the video_upload.theme.inc file, where the small thumbnails are processed for Views.

Apparently it's just a small coding glitch, which can be fixed very easy.

The value "id" in $item is wrong and should be changed to "video_id" in line 125:
$attributes['src'] = VIDEO_UPLOAD_YOUTUBE_THUMB_URL . '/' . $item['id'] . '/1.jpg' . $flag;

Otherwise Views will show the text "Youtube Thumbnail" forever, because the Youtube ID isn't included in the img-link.

Regards,

Comments

#1

Status:patch (to be ported)» fixed

Thanks mattiasdk. Committed to dev.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here