mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Reimplement case-insensitivity move bug fix (#3047)
* Use eq for FindByPath for case sensitivity * Handle case sensitive moves
This commit is contained in:
@@ -83,6 +83,10 @@ func (f *ZipFS) OpenZip(name string) (*ZipFS, error) {
|
||||
return nil, errZipFSOpenZip
|
||||
}
|
||||
|
||||
func (f *ZipFS) IsPathCaseSensitive(path string) (bool, error) {
|
||||
return true, nil
|
||||
}
|
||||
|
||||
type zipReadDirFile struct {
|
||||
fs.File
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user