Fixed typo calling get_files_without_replay_gain

This commit is contained in:
Rudi Grinberg 2012-10-30 17:02:33 -04:00
parent 722a3e6e5d
commit de72067e90
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ class AirtimeApiClient(object):
to this file is the return value.
"""
#http://localhost/api/get-files-without-replay-gain/dir_id/1
return self.services.get_files_without_replay_gain_value()
return self.services.get_files_without_replay_gain(dir_id=dir_id)
def update_replay_gain_values(self, pairs):
"""