Add support for seasonal podcasts

Podcasts such as [Command Line Heroes](https://podcasts.apple.com/us/podcast/command-line-heroes/id1319947289) have multiple seasons in which each has it's own , . This seaks to add support for such podcast series.
This commit is contained in:
jflattery 2022-05-04 14:14:09 +00:00
parent ef0243f1d7
commit cc285bb685
5 changed files with 17 additions and 1 deletions

View file

@ -40,6 +40,10 @@ export default {
text: 'Title',
value: 'title'
},
{
text: 'Season',
value: 'season'
},
{
text: 'Episode',
value: 'episode'