Skip to content

Commit

Permalink
fixing podcastepisode
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Jan 25, 2024
1 parent c8ebeba commit 4b23d2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/SyndiKit/Formats/Media/Podcast/PodcastEpisode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ public protocol PodcastEpisode {
/// A summary of the episode.
var summary: String? { get }

/// Indicates if the episode contains explicit content.
var explicit: String? { get }

/// The subtitle of the episode.
var subtitle: String? { get }

Expand All @@ -80,9 +83,6 @@ public protocol PodcastEpisode {
/// The image associated with the episode.
var image: iTunesImage? { get }

/// Indicates if the episode contains explicit content.
var explicit: String? { get }

/// The enclosure of the episode.
var enclosure: Enclosure { get }

Expand Down

0 comments on commit 4b23d2d

Please sign in to comment.