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

Commit

Permalink
Merge pull request #2 from RAOF/master
Browse files Browse the repository at this point in the history
Fix derivedFrom searches on Fritz!Box UPnP Media Servers.
  • Loading branch information
alexkay committed May 2, 2012
2 parents 1d62180 + a2f915a commit e08316a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -83,7 +83,7 @@ public override void VisitDoesNotContain (string property, string value)

public override void VisitDerivedFrom (string property, string value)
{
VisitPropertyOperator (property, "derivedFrom", value);
VisitPropertyOperator (property, "derivedfrom", value);
}

public override void VisitExists (string property, bool value)
Expand Down

0 comments on commit e08316a

Please sign in to comment.