Add <series#> tag zero padding (#466)
This commit is contained in:
parent
c72b64d74c
commit
5c7db6cd23
9 changed files with 76 additions and 70 deletions
|
|
@ -58,7 +58,7 @@ namespace LibationFileManager
|
|||
Authors = new List<string> { "Arthur Conan Doyle", "Stephen Fry - introductions" },
|
||||
Narrators = new List<string> { "Stephen Fry" },
|
||||
SeriesName = "Sherlock Holmes",
|
||||
SeriesNumber = "1",
|
||||
SeriesNumber = 1,
|
||||
BitRate = 128,
|
||||
SampleRate = 44100,
|
||||
Channels = 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue