Quote:
Originally Posted by BookJunkieLI
For the title template, I found that if you replace the ' ' with a '.' it will return either a Yes or a blank space. I couldn't find an instance of it returning the title itself using that variation.
|
Given that the title cannot ever be empty, contains() will always be true therefore has_cover() will always be called. You could replace the template with the following:
or
Code:
program: has_cover()