Quote:
Originally Posted by theducks
Code:
{author_sort} - {series}{series_index:| - | - }{title}
|
When series is not present, this is good.
However, when series is present, it results in this:
"Pullman, Philip - His Dark Materials - 2 - The Subtle Knife"
I modified it to this, and all is well:
{author_sort} - {series}{series_index:| | - }{title}
Thank you!