1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 15:32:27 +01:00

Fix :filter {artist}.

This commit is contained in:
Doug Kearns
2009-03-19 13:20:23 +11:00
parent 5329080b24
commit a4d178ea18

View File

@@ -151,7 +151,7 @@ function Player() // {{{
customProps.appendProperty(SBProperties.trackName,args[2].toString());
case 2:
customProps.appendProperty(SBProperties.albumName,args[1].toString());
case 3:
case 1:
customProps.appendProperty(SBProperties.artistName,args[0].toString());
break;
default: