diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2022-06-24 14:23:28 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 14:23:28 +1000 |
commit | ff2589a2942a3b677631b3eb4075f1c6fb2b5cc5 (patch) | |
tree | 8c2b67a0552db83964ea91ba647878f3fa0a6d96 | |
parent | f4d4cd64021473e1f11d71a4a343b58b81c49dcf (diff) | |
parent | 669af393ab34af9b9acf75c38c1af833dd46d8e3 (diff) |
Merge pull request #21592 from mcarlton00/player-docs-typo
[docs] Remove typo in playlist python docs
-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) /// .. /// ~~~~~~~~~~~~~ /// |