mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-12 06:54:50 +02:00
Add # of episodes sort option for podcast libraries
This commit is contained in:
parent
07c0187423
commit
b2eff46c38
2 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,10 @@ export default {
|
|||
text: this.$strings.LabelSize,
|
||||
value: 'size'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelNumberOfEpisodes,
|
||||
value: 'media.numTracks'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelFileBirthtime,
|
||||
value: 'birthtimeMs'
|
||||
|
|
|
@ -196,6 +196,7 @@
|
|||
"LabelNotStarted": "Not Started",
|
||||
"LabelNumEpisodes": "{0} episodes",
|
||||
"LabelNumEpisodesIncomplete": "{0} episodes, {1} incomplete",
|
||||
"LabelNumberOfEpisodes": "# of Episodes",
|
||||
"LabelOff": "Off",
|
||||
"LabelOn": "On",
|
||||
"LabelPassword": "Password",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue