mirror of
https://github.com/stashapp/stash.git
synced 2025-12-12 03:12:24 +01:00
Add cbz to supported extensions as gallery (#774)
This commit is contained in:
parent
c1d22f60a9
commit
b437425a41
2 changed files with 3 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ import (
|
|||
"github.com/stashapp/stash/pkg/utils"
|
||||
)
|
||||
|
||||
var extensionsToScan = []string{"zip", "m4v", "mp4", "mov", "wmv", "avi", "mpg", "mpeg", "rmvb", "rm", "flv", "asf", "mkv", "webm"}
|
||||
var extensionsGallery = []string{"zip"}
|
||||
var extensionsToScan = []string{"zip", "cbz", "m4v", "mp4", "mov", "wmv", "avi", "mpg", "mpeg", "rmvb", "rm", "flv", "asf", "mkv", "webm"}
|
||||
var extensionsGallery = []string{"zip", "cbz"}
|
||||
|
||||
func constructGlob() string { // create a sequence for glob doublestar from our extensions
|
||||
var extList []string
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ const markup = `
|
|||
* Add support for parent/child studios.
|
||||
|
||||
### 🎨 Improvements
|
||||
* Support cbz galleries.
|
||||
* Improve sprite generation performance.
|
||||
* Make preview generation more fault-tolerant.
|
||||
* Allow clearing of images and querying on missing images.
|
||||
|
|
|
|||
Loading…
Reference in a new issue