From de72067e90c1288b6fb53b53839b93ae072bd774 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 30 Oct 2012 17:02:33 -0400 Subject: [PATCH] Fixed typo calling get_files_without_replay_gain --- python_apps/api_clients/api_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/api_clients/api_client.py b/python_apps/api_clients/api_client.py index 4c135d86d..43af038e2 100644 --- a/python_apps/api_clients/api_client.py +++ b/python_apps/api_clients/api_client.py @@ -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): """