Skip to content

Commit

Permalink
fixing podcast locked
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Jan 25, 2024
1 parent 5cacb46 commit 850343d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SyndiKit/Formats/Media/Podcast/PodcastLocked.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public struct PodcastLocked: Codable, Equatable {
/// Coding keys for encoding and decoding.
public enum CodingKeys: String, CodingKey {
case owner
case isLocked = "is_locked"
case isLocked = ""
}

/// The owner of the podcast.
Expand Down

0 comments on commit 850343d

Please sign in to comment.