summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-07-21 04:50:37 +0200
committerJules Laplace <julescarbon@gmail.com>2017-07-21 04:50:37 +0200
commit55b2b2c464064393f8ce7bd2245bdd89bbffbeec (patch)
treeaf837bb23007cd4edacc333a8b56989ac008d8ee /client
parentd41070c7b00fafc974a1a6e7b6d1b42391fa57ed (diff)
aiffpath
Diffstat (limited to 'client')
-rw-r--r--client/vendor/paths.js4
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