mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 14:47:21 +02:00
Add # of episodes sort option for podcast libraries
This commit is contained in:
@@ -86,6 +86,10 @@ export default {
|
|||||||
text: this.$strings.LabelSize,
|
text: this.$strings.LabelSize,
|
||||||
value: 'size'
|
value: 'size'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: this.$strings.LabelNumberOfEpisodes,
|
||||||
|
value: 'media.numTracks'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: this.$strings.LabelFileBirthtime,
|
text: this.$strings.LabelFileBirthtime,
|
||||||
value: 'birthtimeMs'
|
value: 'birthtimeMs'
|
||||||
|
|||||||
@@ -196,6 +196,7 @@
|
|||||||
"LabelNotStarted": "Not Started",
|
"LabelNotStarted": "Not Started",
|
||||||
"LabelNumEpisodes": "{0} episodes",
|
"LabelNumEpisodes": "{0} episodes",
|
||||||
"LabelNumEpisodesIncomplete": "{0} episodes, {1} incomplete",
|
"LabelNumEpisodesIncomplete": "{0} episodes, {1} incomplete",
|
||||||
|
"LabelNumberOfEpisodes": "# of Episodes",
|
||||||
"LabelOff": "Off",
|
"LabelOff": "Off",
|
||||||
"LabelOn": "On",
|
"LabelOn": "On",
|
||||||
"LabelPassword": "Password",
|
"LabelPassword": "Password",
|
||||||
|
|||||||
Reference in New Issue
Block a user