diff options
author | Florrie <towerofnix@gmail.com> | 2017-11-05 12:52:21 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2017-11-05 12:52:21 -0400 |
commit | 861de86b01737f68a2eb958c768e7aa8eade9f3e (patch) | |
tree | 1a45662dc9e5d723ce063ea1992d6b1be679f45b /src | |
parent | ff2d6d8fcef09afb6320f39d71002dbe8beb79b2 (diff) |
Re-export getItemPath (fixes download-playlist)
Diffstat (limited to 'src')
-rw-r--r-- | src/playlist-utils.js | 2 |
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, |