diff options
Diffstat (limited to 'client/vendor/paths.js')
| -rw-r--r-- | client/vendor/paths.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/vendor/paths.js b/client/vendor/paths.js index 14c35b1..e9b4f75 100644 --- a/client/vendor/paths.js +++ b/client/vendor/paths.js @@ -7,6 +7,9 @@ function mp3path (file) { } return filepath(file) } +function aiffpath (file) { + return filepath(file) + '.aiff' +} function pngpath (file) { return filepath(file) + '.png' } @@ -15,4 +18,5 @@ export { filepath, mp3path, pngpath, + aiffpath, }
\ No newline at end of file |
