-compare relative paths instead of full paths on bootup
This commit is contained in:
parent
8574eb7063
commit
9d994aa225
3 changed files with 19 additions and 9 deletions
|
@ -407,6 +407,10 @@ class AirTimeApiClient(ApiClientInterface):
|
|||
|
||||
return response
|
||||
|
||||
#returns a list of all db files for a given directory in JSON format:
|
||||
#{"files":["path/to/file1", "path/to/file2"]}
|
||||
#Note that these are relative paths to the given directory. The full
|
||||
#path is not returned.
|
||||
def list_all_db_files(self, dir_id):
|
||||
logger = logging.getLogger()
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue