Skip to content

Commit

Permalink
[Docs] Update @return for ListItem/VideoPlayer.Cast/CastAndRole
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaMikeCharlie committed May 8, 2024
1 parent 4b17fe6 commit 23d7e60
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 @@ -3470,8 +3470,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 @@ -3480,8 +3479,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 @@ -5874,8 +5873,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 @@ -5884,8 +5882,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 23d7e60

Please sign in to comment.