From 97fe82e74bfeb75eecb633b4ebb284f6c4d62ab6 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 18 Jan 2018 12:52:17 -0800 Subject: [PATCH] fix default naming scheme for large file urls --- config/danbooru_default_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index b1fbb3498..bc7cb0ae6 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -222,7 +222,7 @@ module Danbooru end def build_large_file_url(post) - "/data/#{post.file_path_prefix}#{Danbooru.config.large_image_prefix}/#{post.md5}.#{post.large_file_ext}" + "/data/sample/#{post.file_path_prefix}#{Danbooru.config.large_image_prefix}#{post.md5}.#{post.large_file_ext}" end #TAG CONFIGURATION