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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user