mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
WebSockets: rename all occurrences of 'disk path' to 'filesystem path'
This commit is contained in:
parent
fef1ed81ed
commit
17cbd65603
3 changed files with 4 additions and 4 deletions
|
|
@ -84,7 +84,7 @@ ServerResources::scan ()
|
|||
SurfaceManifestVector builtin = read_manifests (builtin_dir_str);
|
||||
|
||||
ss << "[{"
|
||||
<< "\"diskPath\":\"" << builtin_dir_str << "\""
|
||||
<< "\"filesystemPath\":\"" << builtin_dir_str << "\""
|
||||
<< ",\"path\":\"" << builtin_dir_name << "\""
|
||||
<< ",\"surfaces\":"
|
||||
<< "[";
|
||||
|
|
@ -100,7 +100,7 @@ ServerResources::scan ()
|
|||
SurfaceManifestVector user = read_manifests (user_dir_str);
|
||||
|
||||
ss << "]},{"
|
||||
<< "\"diskPath\":\"" << user_dir_str << "\""
|
||||
<< "\"filesystemPath\":\"" << user_dir_str << "\""
|
||||
<< ",\"path\":\"" << user_dir_name << "\""
|
||||
<< ",\"surfaces\":"
|
||||
<< "[";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue