1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-27 09:25:36 +02:00

Fix :filter {artist}.

This commit is contained in:
Doug Kearns
2009-03-19 13:20:23 +11:00
parent 5329080b24
commit a4d178ea18
+1 -1
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: