Skip to content

Commit

Permalink
update: PodcastLocation value to name
Browse files Browse the repository at this point in the history
  • Loading branch information
devahmedshendy committed Sep 22, 2023
1 parent 1b01362 commit e78fc9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SyndiKit/Formats/Media/Podcast/PodcastLocation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ public struct PodcastLocation: Codable {
public let geo: String
public let osm: String

public let value: String
public let name: String

enum CodingKeys: String, CodingKey {
case geo
case osm

case value = ""
case name = ""
}
}

0 comments on commit e78fc9c

Please sign in to comment.