Skip to content

Commit

Permalink
[pydocs] must use lowercase dictionary keys
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnKaijser committed Aug 4, 2015
1 parent 4fd41af commit 1978685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/interfaces/legacy/ListItem.h
Expand Up @@ -244,7 +244,7 @@ namespace XBMCAddon
* - exif* : string (See CPictureInfoTag::TranslateString in PictureInfoTag.cpp for valid strings)
*
* example:\n
* - self.list.getSelectedItem().setInfo('video', { 'Genre': 'Comedy' })n\n
* - self.list.getSelectedItem().setInfo('video', { 'genre': 'Comedy' })n\n
*/
void setInfo(const char* type, const InfoLabelDict& infoLabels);

Expand Down

0 comments on commit 1978685

Please sign in to comment.