damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
76 stars 4 forks source link

[BUG] - scan & generate buttons use defaults not user's choices #380

Closed damontecres closed 6 days ago

damontecres commented 2 weeks ago

50 added two buttons in settings to trigger a library scan or generate task.

However, the options used in these tasks are derived from the default options (ie configuration.defaults.generate).

But the server stores the options that the user selected (ie configuration.ui.taskDefaults.generate) which probably makes more sense to use. The downside is that these parameters are not in the graphql schema and so would need to be parsed manually.