cc-4105: minor code formatting. refactored replaygain a little bit
This commit is contained in:
parent
e98eda144a
commit
ce89d53ea0
4 changed files with 34 additions and 35 deletions
|
@ -637,8 +637,9 @@ class AirtimeApiClient():
|
|||
|
||||
def get_files_without_replay_gain_value(self, dir_id):
|
||||
"""
|
||||
Download a list of files that need to have their ReplayGain value calculated. This list
|
||||
of files is downloaded into a file and the path to this file is the return value.
|
||||
Download a list of files that need to have their ReplayGain value
|
||||
calculated. This list of files is downloaded into a file and the path
|
||||
to this file is the return value.
|
||||
"""
|
||||
|
||||
#http://localhost/api/get-files-without-replay-gain/dir_id/1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue