fix encoding profile
This commit is contained in:
parent
892616dc48
commit
9be69f2568
2 changed files with 3 additions and 3 deletions
|
|
@ -235,7 +235,7 @@ class Client(object):
|
|||
else:
|
||||
volumes[name]['available'] = False
|
||||
|
||||
profile = self.api.encodingProfile()['data']['profile']
|
||||
profile = self.get_profile()
|
||||
for name in volumes:
|
||||
if volumes[name]['available']:
|
||||
prefix = volumes[name]['path']
|
||||
|
|
@ -288,7 +288,7 @@ class Client(object):
|
|||
else:
|
||||
volumes[name]['available'] = False
|
||||
|
||||
profile = self.api.encodingProfile()['data']['profile']
|
||||
profile = self.get_profile()
|
||||
for name in volumes:
|
||||
if volumes[name]['available']:
|
||||
prefix = volumes[name]['path']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue