mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 15:05:47 +01:00
Move util.Array to modules.Array_.
This commit is contained in:
@@ -42,7 +42,7 @@ function Library() // {{{
|
||||
{
|
||||
let albums = toJSArray(MAIN_LIBRARY.getItemsByProperty(SBProperties.artistName, artist))
|
||||
.map(function (track) track.getProperty(SBProperties.albumName));
|
||||
return util.Array.uniq(albums);
|
||||
return Array_.uniq(albums);
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user