diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-07-21 04:50:37 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-07-21 04:50:37 +0200 |
| commit | 55b2b2c464064393f8ce7bd2245bdd89bbffbeec (patch) | |
| tree | af837bb23007cd4edacc333a8b56989ac008d8ee /client/vendor/paths.js | |
| parent | d41070c7b00fafc974a1a6e7b6d1b42391fa57ed (diff) | |
aiffpath
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 |
