stashapp / CommunityScripts

This is a public repository containing plugin and utility scripts created by the Stash Community.
https://docs.stashapp.cc/add-ons/
GNU Affero General Public License v3.0
191 stars 147 forks source link

[timestamp] funscript related setting not working right #463

Open wnear opened 1 week ago

wnear commented 1 week ago

The settings of submitFunscriptHash (from the Python code) is default to be True but nowhere to setting it otherwise(should be in the yml file). So, with it being True, db_migrations() will occur, which trying to do something with the funscript_index.sqlite.

So I guess it will report error for anyone who doesn't have the funscript setup.