mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-31 20:02:27 +01:00
Fix :filter {artist}.
This commit is contained in:
@@ -151,7 +151,7 @@ function Player() // {{{
|
|||||||
customProps.appendProperty(SBProperties.trackName,args[2].toString());
|
customProps.appendProperty(SBProperties.trackName,args[2].toString());
|
||||||
case 2:
|
case 2:
|
||||||
customProps.appendProperty(SBProperties.albumName,args[1].toString());
|
customProps.appendProperty(SBProperties.albumName,args[1].toString());
|
||||||
case 3:
|
case 1:
|
||||||
customProps.appendProperty(SBProperties.artistName,args[0].toString());
|
customProps.appendProperty(SBProperties.artistName,args[0].toString());
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user