add title attribute to remoteItem #554

pull/650/head
Dave Jones 2024-07-15 21:43:56 -05:00
rodzic 39e3aa52e6
commit 28bba150c8
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1364,6 +1364,8 @@ be resolved and used.
it's `<podcast:medium>` type from the [list](#medium) of types available in this document. The reason this is
helpful is to give the app a heads up on what type of data this is expected to be since that may affect the way it
approaches fetch and display.
- **title** (optional) A string that represents the title of the remote item. The purpose of this attribute is to give
a hint to apps so that they can display the title without having to do a remote lookup.
### Examples
```xml
@ -1383,6 +1385,7 @@ be resolved and used.
feedUrl="https://feeds.example.org/917393e3-1b1e-5cef-ace4-edaa54e1f810/rss.xml"
itemGuid="asdf089j0-ep240-20230510"
medium="music"
title="Here Comes the Sun"
/>
```