Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
sort playlist choices
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed May 29, 2018
1 parent 088cff3 commit 86de5c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/playlist_editor.js
Expand Up @@ -59,6 +59,8 @@ function getRulesData(playlists, playlistId, splaylistcache) {
}
}

playlistOptions.sort(compareByLabel);

variables.push({
name: 'playlist',
label: 'playlist',
Expand Down

0 comments on commit 86de5c0

Please sign in to comment.