diff options
-rw-r--r-- | xbmc/interfaces/legacy/PlayList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/interfaces/legacy/PlayList.h b/xbmc/interfaces/legacy/PlayList.h index f7b941dbdb..6162945d2b 100644 --- a/xbmc/interfaces/legacy/PlayList.h +++ b/xbmc/interfaces/legacy/PlayList.h @@ -91,7 +91,7 @@ namespace XBMCAddon /// video = 'F:\\movies\\Ironman.mov' /// listitem = xbmcgui.ListItem('Ironman', thumbnailImage='F:\\movies\\Ironman.tbn') /// listitem.setInfo('video', {'Title': 'Ironman', 'Genre': 'Science Fiction'}) - /// playlist.add(url=video, listitem=listitem, index=7)n + /// playlist.add(url=video, listitem=listitem, index=7) /// .. /// ~~~~~~~~~~~~~ /// |