Skip to content

Commit

Permalink
fixup! fixing podcastepisode
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Jan 25, 2024
1 parent 4b23d2d commit 28e6c16
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 @@ -68,15 +68,15 @@ public protocol PodcastEpisode {
/// The author of the episode.
var author: String? { get }

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

/// 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 }

/// The duration of the episode.
var duration: TimeInterval? { get }

Expand Down

0 comments on commit 28e6c16

Please sign in to comment.