Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Partially resolves #660
Adds a clear image button to the edit tags, performers, studios and movies (front and back) pages.
Performer image now generates a random image using the name as a seed, and uses that image if there is none set. All other types use their default image if none is set.
Movie front image is a little bit of a hack. If the back image is set but the front image is not, then the front image will be set in the database from the default image, since the front image cannot currently be nulled, and I didn't want to add a schema change to fix it. This will mean unexpected behaviour when querying for missing front image if the back image is set.
Adds is missing image for tags, studios, performers and movies. Note that existing users will find that is missing will not find results for their existing data which had the default images populated (they aren't null).