normalizedPath
This commit is contained in:
parent
9c754252a0
commit
d4caad4871
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ class File(models.Model):
|
||||||
def create_path(self):
|
def create_path(self):
|
||||||
instance = self.get_instance()
|
instance = self.get_instance()
|
||||||
if instance:
|
if instance:
|
||||||
return ox.movie.parse_path(instance.path)['path']
|
return ox.movie.parse_path(instance.path)['normalizedPath']
|
||||||
return self.path
|
return self.path
|
||||||
|
|
||||||
def all_paths(self):
|
def all_paths(self):
|
||||||
|
|
Loading…
Reference in a new issue