season tag priority - #108

pull/130/head
Dave Jones 2020-11-25 17:46:22 -06:00
rodzic 3c2b24be67
commit 910233d156
1 zmienionych plików z 12 dodań i 11 usunięć

Wyświetl plik

@ -153,6 +153,18 @@ full implementation details.
<br>
- **\<podcast:season title="[title of season]">**[(int)]**\</podcast:season>**
Item
(optional | single)
This element allows for identifying which episodes in a podcast are part of a "season", and allowing that season to have a title associate with it. The element's value is an integer identifying the season number.
All attributes are optional.
<br>
- **\<podcast:social platform="[service slug]" url="[link to social media account]">**[social media handle]**\</podcast:social>**
Channel or Item
@ -306,17 +318,6 @@ full implementation details.
- `address` (required) The address of the digital wallet or node that will receive payments.
- `split` (required) Defines a percentage that this payment destination represents. Payments will be sent to each destination in the "value" block, dividing up by this percentage.
<br>
- **\<podcast:season title="[title of season(string)]">**[(int)]**\</podcast:season>**
Item
(optional | single)
This element allows for identifying which episodes in a podcast are part of a "season", and allowing that season to have a title associate with it. The element's value is an integer identifying the season number.
All attributes are optional.
<br><br>