kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
add title attribute to remoteItem #554
rodzic
39e3aa52e6
commit
28bba150c8
|
@ -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
|
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
|
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.
|
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
|
### Examples
|
||||||
```xml
|
```xml
|
||||||
|
@ -1383,6 +1385,7 @@ be resolved and used.
|
||||||
feedUrl="https://feeds.example.org/917393e3-1b1e-5cef-ace4-edaa54e1f810/rss.xml"
|
feedUrl="https://feeds.example.org/917393e3-1b1e-5cef-ace4-edaa54e1f810/rss.xml"
|
||||||
itemGuid="asdf089j0-ep240-20230510"
|
itemGuid="asdf089j0-ep240-20230510"
|
||||||
medium="music"
|
medium="music"
|
||||||
|
title="Here Comes the Sun"
|
||||||
/>
|
/>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue