Quote:
Originally Posted by ownedbycats
What's the nature of the glitch? I use that setting.
|
https://github.com/JimmXinu/FanFicFare/issues/884
Before the fix, if you repeatedly did "Update metadata from stored column" with add_genre_when_multi_category:Crossover, the stored value of genre would end up with multiple copies of Crossover.
In practice, it basically never mattered. Normal de-duping removed it before use for anything, and a normal (from site) update would overwrite it in the saved metadata column.
add_category_when_multi_category actually needed more attention, getting both a de-dup and a sort step (when needed), and is now applied when keep_in_order_category:true, which didn't happen before.