Fix `remote_item_guid` typo

pull/706/head
Eric P 2025-05-20 00:55:40 -05:00
rodzic 91e3baa0f9
commit ac67570f54
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0B90345D78C4E1CD
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -162,7 +162,7 @@ Other optional fields:
* `remote_feed_guid` (str) Sometimes a payment will be sent to a feed's value block by way of a `<podcast:valueTimeSplit>`
tag containing a single `<podcast:remoteItem>` tag. When that happens, this field will contain the `feedGuid` attribute from
the `<podcast:remoteItem>` tag.
* `remote_feed_guid` (str) Sometimes a payment will be sent to a feed's value block by way of a `<podcast:valueTimeSplit>`
* `remote_item_guid` (str) Sometimes a payment will be sent to a feed's value block by way of a `<podcast:valueTimeSplit>`
tag containing a single `<podcast:remoteItem>` tag having an `itemGuid` attribute. When that happens, this field will contain
the `itemGuid` attribute from the `<podcast:remoteItem>` tag.