CPodcast - Operation-Zeus/Operation-Zeus-Client GitHub Wiki

A class which represents a singular Podcast.

Properties

id

The ID of this podcast. Can change if a podcast before it is deleted.

imageUrl

The URL of the title image.

Either an absolute URL or a relative location, based on user settings.

loading

A boolean as to whether the RSS feed is currently being fetched. Usually false.

Determines whether the podcast image or the loading circle is shown.

meta

Raw data object from the RSS feed.

episodes

An array of Episode[] objects.

rssUrl

The HTTP URL of the RSS feed.