From 910233d1561cba8104a1cc35aee8e9064a49cc85 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 25 Nov 2020 17:46:22 -0600 Subject: [PATCH] season tag priority - #108 --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cbd5bb0..6383946 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,18 @@ full implementation details.
+- **\**[(int)]**\** + + 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. + +
+ - **\**[social media handle]**\** 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. -
- -- **\**[(int)]**\** - - 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.