From d54527e9c5b5cfe49f10ca8411aaf4212146582c Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Tue, 23 Jun 2020 08:21:58 -0700 Subject: [PATCH] Add Podcasts by @albertopeam --- contents.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/contents.json b/contents.json index fa486ee1..cd7cb6f0 100644 --- a/contents.json +++ b/contents.json @@ -21566,6 +21566,24 @@ "license": "mit", "date_added": "Jun 21 2020", "suggested_by": "@dkhamsing" + }, + { + "title": "Podcasts", + "category-ids": [ + "swiftui" + ], + "description": "Shows a list of podcasts fetched from listennotes and it can be played", + "source": "https://github.com/albertopeam/Podcasts", + "license": "mit", + "tags": [ + "swift", + "combine" + ], + "screenshots": [ + "https://github.com/albertopeam/Podcasts/raw/master/art/podcasts.png" + ], + "date_added": "Jun 22 2020", + "suggested_by": "@dkhamsing" } ] }