Mystiick / ImageProcessor

Console application that is responsible for creating thumbnails and loading the data for MystiickWeb.
MIT License
0 stars 0 forks source link

tags file without tags generates ImageTag record with empty string #4

Closed Mystiick closed 2 years ago

Mystiick commented 2 years ago

When a tags file exists that is giving a category and subcategory but no tags, an ImageTag record is still being created for that image with an empty string tag

Example File

category_here
subcategory_here

Expected Result No ImageTag record should be created for these images in the database.

Actual Result image