fix default naming scheme for large file urls

This commit is contained in:
r888888888
2018-01-18 12:52:17 -08:00
parent 9f578b3270
commit 97fe82e74b

View File

@@ -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