Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Update @return for ListItem/VideoPlayer.Cast/CastAndRole #25161

Merged
merged 1 commit into from
May 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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