Skip to content

Commit

Permalink
Merge pull request #25188 from DeltaMikeCharlie/docs-2025-05-pvr
Browse files Browse the repository at this point in the history
[Docs] Unescaped commas in ListItems
  • Loading branch information
ksooo committed May 11, 2024
2 parents 436befa + d82df9f commit 426d10d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xbmc/GUIInfoManager.cpp
Expand Up @@ -6963,17 +6963,17 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY },
/// \table_row3{ <b>`ListItem.PVRClientName`</b>,
/// \anchor ListItem_PVRClientName
/// _string_,
/// @return If selected item is of type PVR (recording, timer, EPG), the name of the PVR client
/// add-on, as specified by the add-on developer. Empty if theitem is not of type PVR.
/// @return If selected item is of type PVR (recording\, timer\, EPG)\, the name of the PVR client
/// add-on\, as specified by the add-on developer. Empty if theitem is not of type PVR.
/// <p><hr>
/// @skinning_v22 **[New Infolabel]** \link ListItem_PVRClientName `ListItem.PVRClientName`\endlink
/// <p>
/// }
/// \table_row3{ <b>`ListItem.PVRInstanceName`</b>,
/// \anchor ListItem_PVRInstanceName
/// _string_,
/// @return If selected item is of type PVR (recording, timer, EPG), the name of the instance
/// of the PVR client add-on, as specified by the user in the add-on settings. Empty if the
/// @return If selected item is of type PVR (recording\, timer\, EPG)\, the name of the instance
/// of the PVR client add-on\, as specified by the user in the add-on settings. Empty if the
/// PVR client add-on does not support multiple instances or item is not of type PVR.
/// <p><hr>
/// @skinning_v22 **[New Infolabel]** \link ListItem_PVRInstanceName `ListItem.PVRInstanceName`\endlink
Expand Down

0 comments on commit 426d10d

Please sign in to comment.