From 23d7e60e6178275f4cd57b6d94a522badc1fcc1d Mon Sep 17 00:00:00 2001 From: DeltaMikeCharlie <127641886+DeltaMikeCharlie@users.noreply.github.com> Date: Wed, 8 May 2024 19:05:44 +1000 Subject: [PATCH] [Docs] Update @return for ListItem/VideoPlayer.Cast/CastAndRole --- xbmc/GUIInfoManager.cpp | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/xbmc/GUIInfoManager.cpp b/xbmc/GUIInfoManager.cpp index ffca6c0eb745b..b23c338321616 100644 --- a/xbmc/GUIInfoManager.cpp +++ b/xbmc/GUIInfoManager.cpp @@ -3470,8 +3470,7 @@ const infomap musicplayer[] = {{ "title", MUSICPLAYER_TITLE }, /// \table_row3{ `VideoPlayer.Cast`, /// \anchor VideoPlayer_Cast /// _string_, -/// @return A concatenated string of cast members of the current movie\, if it's in -/// the database. +/// @return A list of cast members\, separated by carriage returns. ///


/// @skinning_v15 **[Infolabel Updated]** \link VideoPlayer_Cast `VideoPlayer.Cast`\endlink /// also supports EPG. @@ -3480,8 +3479,8 @@ const infomap musicplayer[] = {{ "title", MUSICPLAYER_TITLE }, /// \table_row3{ `VideoPlayer.CastAndRole`, /// \anchor VideoPlayer_CastAndRole /// _string_, -/// @return A concatenated string of cast members and roles of the current movie\, -/// if it's in the database. +/// @return A list of cast members and roles\, separated by carriage +/// returns. Every cast/role combination is formatted 'cast' as 'role' where 'as' is localised. ///

/// } /// \table_row3{ `VideoPlayer.Album`, @@ -5874,8 +5873,7 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY }, /// \table_row3{ `ListItem.Cast`, /// \anchor ListItem_Cast /// _string_, -/// @return A concatenated string of cast members of the currently selected -/// movie\, for use in dialogvideoinfo.xml. +/// @return A list of cast members\, separated by carriage returns. ///


/// @skinning_v15 **[Infolabel Updated]** \link ListItem_Cast `ListItem.Cast`\endlink /// also supports EPG. @@ -5884,8 +5882,8 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY }, /// \table_row3{ `ListItem.CastAndRole`, /// \anchor ListItem_CastAndRole /// _string_, -/// @return A concatenated string of cast members and roles of the currently -/// selected movie\, for use in dialogvideoinfo.xml. +/// @return A list of cast members and roles\, separated by carriage +/// returns. Every cast/role combination is formatted 'cast' as 'role' where 'as' is localised. ///

/// } /// \table_row3{ `ListItem.Studio`,