diff options
Diffstat (limited to 'modules/video_zencoder/includes')
-rw-r--r-- | modules/video_zencoder/includes/zencoder.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/video_zencoder/includes/zencoder.inc b/modules/video_zencoder/includes/zencoder.inc index c3023b0..fd273ba 100644 --- a/modules/video_zencoder/includes/zencoder.inc +++ b/modules/video_zencoder/includes/zencoder.inc @@ -53,7 +53,7 @@ class video_zencoder_api { // watchdog('zencoder', $input_name); // thumbnails // Setup our thmbnail path. - $video_thumb_path = variable_get('video_thumb_path', 'video_thumbs'); + $video_thumb_path = variable_get('video_thumb_path', 'videos/thumbnails'); $final_thumb_path = file_default_scheme() . ':/' . $video_thumb_path . '/' . $file->fid; // Notifications |