niemands / StashPlugins

A collection of python plugins for stash
GNU Affero General Public License v3.0
62 stars 17 forks source link

Fix bug on findTagIdWithName() #24

Closed DarkFighterLuke closed 2 years ago

DarkFighterLuke commented 2 years ago

I noticed that there was a bug in the findTagIdWithName() method, I was returning a map, but the scene update mutation requires only tag ids and not maps including their name.

This PR fixes this bug what was introduced by me. Sorry for the inconvenient.

niemands commented 2 years ago

I have fixed this already in https://github.com/niemands/StashPlugins/commit/9cbeda82f62c5a74ce690b8b93556575b0190c35

DarkFighterLuke commented 2 years ago

I have fixed this already in 9cbeda8

Sorry, I've completely forgot about your fix.