diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-09-26 08:44:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 08:44:51 +0200 |
commit | 5ebfdb4ed8e172c9fb3966dfdabeccf216e59724 (patch) | |
tree | edde762f3505b6dac0fb835a83967813bec2ae55 | |
parent | 10b615c75027dbf9819a29bd488945a5cd55ecfd (diff) | |
parent | cd3d92b815bce5f93dbab5b8f8dfe4659ab6d4a7 (diff) |
Merge pull request #14477 from DaVukovic/kodi-docs
[docs] Fixed a typo.
-rw-r--r-- | xbmc/interfaces/builtins/PlayerBuiltins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/interfaces/builtins/PlayerBuiltins.cpp b/xbmc/interfaces/builtins/PlayerBuiltins.cpp index 72c2e86307..9b7f722704 100644 --- a/xbmc/interfaces/builtins/PlayerBuiltins.cpp +++ b/xbmc/interfaces/builtins/PlayerBuiltins.cpp @@ -552,7 +552,7 @@ static int Seek(const std::vector<std::string>& params) /// | Partymode(path to .xsp) | Partymode for *.xsp-file | Partymode for *.xsp-file | | /// | ShowVideoMenu | Shows the DVD/BR menu if available | none | | /// <br> -/// '*' = For these controls, the PlayerControl built-in function can make use of the 'notify'-parameter. For example: PlayerControl(random\, notify) +/// '*' = For these controls\, the PlayerControl built-in function can make use of the 'notify'-parameter. For example: PlayerControl(random\, notify) /// '**' = If no argument is given for 'partymode'\, the control will default to music. /// <br> /// @param[in] control Control to execute. |