Skip to content

Commit

Permalink
Merge pull request #25161 from DeltaMikeCharlie/docs-2024-05-cast
Browse files Browse the repository at this point in the history
[Docs] Update @return for ListItem/VideoPlayer.Cast/CastAndRole
  • Loading branch information
ksooo committed May 12, 2024
2 parents f5102b7 + 23d7e60 commit 58e043f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions xbmc/GUIInfoManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3461,8 +3461,7 @@ const infomap musicplayer[] = {{ "title", MUSICPLAYER_TITLE },
/// \table_row3{ <b>`VideoPlayer.Cast`</b>,
/// \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.
/// <p><hr>
/// @skinning_v15 **[Infolabel Updated]** \link VideoPlayer_Cast `VideoPlayer.Cast`\endlink
/// also supports EPG.
Expand All @@ -3471,8 +3470,8 @@ const infomap musicplayer[] = {{ "title", MUSICPLAYER_TITLE },
/// \table_row3{ <b>`VideoPlayer.CastAndRole`</b>,
/// \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.
/// <p>
/// }
/// \table_row3{ <b>`VideoPlayer.Album`</b>,
Expand Down Expand Up @@ -5865,8 +5864,7 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY },
/// \table_row3{ <b>`ListItem.Cast`</b>,
/// \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.
/// <p><hr>
/// @skinning_v15 **[Infolabel Updated]** \link ListItem_Cast `ListItem.Cast`\endlink
/// also supports EPG.
Expand All @@ -5875,8 +5873,8 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY },
/// \table_row3{ <b>`ListItem.CastAndRole`</b>,
/// \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.
/// <p>
/// }
/// \table_row3{ <b>`ListItem.Studio`</b>,
Expand Down

0 comments on commit 58e043f

Please sign in to comment.