mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-07 09:53:32 +02:00
Rename completion#songCompletion to completion#song.
This commit is contained in:
@@ -1390,7 +1390,7 @@ function Completion() //{{{
|
|||||||
completion.urls(context, tags);
|
completion.urls(context, tags);
|
||||||
},
|
},
|
||||||
|
|
||||||
songCompletion: function songCompletion(context, args)
|
song: function song(context, args)
|
||||||
{
|
{
|
||||||
if (args.completeArg == 0)
|
if (args.completeArg == 0)
|
||||||
context.completions = getArtists();
|
context.completions = getArtists();
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ function Player() // {{{
|
|||||||
sqncr.playView(mainView, mainView.getIndexForItem(library.getItemsByProperties(customProps).queryElementAt(0,Ci.sbIMediaItem)));
|
sqncr.playView(mainView, mainView.getIndexForItem(library.getItemsByProperties(customProps).queryElementAt(0,Ci.sbIMediaItem)));
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
completer: function (context, args) completion.songCompletion(context, args)
|
completer: function (context, args) completion.song(context, args)
|
||||||
});
|
});
|
||||||
} // }}}
|
} // }}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user