From 55b2b2c464064393f8ce7bd2245bdd89bbffbeec Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 21 Jul 2017 04:50:37 +0200 Subject: aiffpath --- client/vendor/paths.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/vendor/paths.js') 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 -- cgit v1.2.3-70-g09d2