Only set video algorithm after migration 12 (#2946)

This commit is contained in:
WithoutPants
2022-09-26 11:27:53 +10:00
committed by GitHub
parent 0848b02e93
commit d4e706daef
7 changed files with 67 additions and 57 deletions

View File

@@ -18,6 +18,7 @@ After migrating, please run a scan on your entire library to populate missing da
* Moved Changelogs to Settings page. ([#2726](https://github.com/stashapp/stash/pull/2726))
### 🐛 Bug fixes
* Fix generated file naming algorithm being set incorrectly in certain circumstances. ([#2496](https://github.com/stashapp/stash/pull/2946))
* Fix continue queue checkbox value not persisting. ([#2895](https://github.com/stashapp/stash/pull/2895))
* Fix `autostartVideoOnPlaySelected` option not applying when navigating from scene queue. ([#2896](https://github.com/stashapp/stash/pull/2896))
* Fix incorrect gallery value in Scene edit tab after navigating from scene queue. ([#2897](https://github.com/stashapp/stash/pull/2897))