Skip to content

Commit

Permalink
Merge pull request #42 from guardian/pocketcasts-url
Browse files Browse the repository at this point in the history
Add Pocket Casts url for podcasts
  • Loading branch information
waisingyiu authored Feb 22, 2023
2 parents 51c1163 + 09da5ae commit 9ea85f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ project/boot/

.idea/
.idea_modules/
.metals/
.vscode/

node_modules/

Expand Down
3 changes: 3 additions & 0 deletions src/main/thrift/tag.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ struct PodcastMetadata {

/** Podcast ID provided by Acast, used to customise the stitching process in Acast Flex */
13: optional string acastId

/** The Pocket Casts url for the podcast **/
14: optional string pocketCastsUrl
}

struct ContributorInformation {
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "2.8.1-SNAPSHOT"
version in ThisBuild := "2.8.2-SNAPSHOT"

0 comments on commit 9ea85f1

Please sign in to comment.