Fix remote thumbnailing

This commit is contained in:
Erik Johnston 2015-07-23 14:24:21 +01:00
parent ff7c2e41de
commit 33d83f3615
2 changed files with 11 additions and 7 deletions

View file

@ -284,7 +284,7 @@ class BaseMediaResource(Resource):
return
t_path = self.filepaths.remote_media_thumbnail(
media_id, t_width, t_height, t_type, t_method
server_name, file_id, t_width, t_height, t_type, t_method
)
self._makedirs(t_path)