« get me outta code hell

Re-export getItemPath (fixes download-playlist) - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2017-11-05 12:52:21 -0400
committerFlorrie <towerofnix@gmail.com>2017-11-05 12:52:21 -0400
commit861de86b01737f68a2eb958c768e7aa8eade9f3e (patch)
tree1a45662dc9e5d723ce063ea1992d6b1be679f45b
parentff2d6d8fcef09afb6320f39d71002dbe8beb79b2 (diff)
Re-export getItemPath (fixes download-playlist)
-rw-r--r--src/playlist-utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist-utils.js b/src/playlist-utils.js
index c2f6aae..3983c7a 100644
--- a/src/playlist-utils.js
+++ b/src/playlist-utils.js
@@ -533,7 +533,7 @@ module.exports = {
   filterPlaylistByPathString, filterGrouplikeByPath,
   removeGroupByPathString, removeGroupByPath,
   getPlaylistTreeString,
-  getItemPathString,
+  getItemPath, getItemPathString,
   parsePathString,
   isSameTrack,
   getTrackIndexInParent,