Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1347 from avdleeuw/XBMC-label
Browse files Browse the repository at this point in the history
[XBMC] Enable the 'Player.Label' property to be used in an Item. Without this c...
  • Loading branch information
teichsta committed Aug 17, 2014
2 parents 9db6c0c + 0b125ac commit a73ed4c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ protected Map<String, Object> getParams() {
for (String property : properties) {
if (property.equals("Player.Type"))
continue;
if (property.equals("Player.Label"))
continue;
String paramProperty = getParamProperty(property);
paramProperties.add(paramProperty);
}
Expand Down

0 comments on commit a73ed4c

Please sign in to comment.