- Cleaup the code
- Add delete button to webdav ui - Some other bug fixes here and there
This commit is contained in:
@@ -13,8 +13,6 @@ var (
|
||||
)
|
||||
|
||||
var (
|
||||
videoRegex = regexp.MustCompile(videoMatch)
|
||||
musicRegex = regexp.MustCompile(musicMatch)
|
||||
mediaRegex = regexp.MustCompile(videoMatch + "|" + musicMatch)
|
||||
sampleRegex = regexp.MustCompile(sampleMatch)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user