mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 12:44:37 +02:00
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:
parent
ef0243f1d7
commit
cc285bb685
5 changed files with 17 additions and 1 deletions
|
@ -40,6 +40,10 @@ export default {
|
|||
text: 'Title',
|
||||
value: 'title'
|
||||
},
|
||||
{
|
||||
text: 'Season',
|
||||
value: 'season'
|
||||
},
|
||||
{
|
||||
text: 'Episode',
|
||||
value: 'episode'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue