mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 00:36:48 +00:00
🛠 Podcast categories and player
This commit is contained in:
@@ -38,10 +38,4 @@ const parseInfo = e => {
|
||||
}))
|
||||
|
||||
write('episodes', episodes)
|
||||
|
||||
// By category/season
|
||||
write('news', episodes.filter(e => e.category === 'news'))
|
||||
write('der-weg', episodes.filter(e => e.category === 'der-weg'))
|
||||
write('interview', episodes.filter(e => e.category === 'interview'))
|
||||
write('lesestunde', episodes.filter(e => e.category === 'lesestunde'))
|
||||
})()
|
||||
|
||||
Reference in New Issue
Block a user