aboutsummaryrefslogtreecommitdiff
path: root/modules/video_zencoder/transcoders/video_zencoder.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/video_zencoder/transcoders/video_zencoder.inc')
-rw-r--r--modules/video_zencoder/transcoders/video_zencoder.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/video_zencoder/transcoders/video_zencoder.inc b/modules/video_zencoder/transcoders/video_zencoder.inc
index 1eb246a..baaffc2 100644
--- a/modules/video_zencoder/transcoders/video_zencoder.inc
+++ b/modules/video_zencoder/transcoders/video_zencoder.inc
@@ -19,7 +19,7 @@ class video_zencoder implements transcoder_interface {
public function generate_thumbnails($video) {
global $user;
// 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 . '/' . $video['fid'];
// Ensure the destination directory exists and is writable.