mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
FFMPEG auto download
This commit is contained in:
8
utils/boolean.go
Normal file
8
utils/boolean.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package utils
|
||||
|
||||
func Btoi(b bool) int {
|
||||
if b {
|
||||
return 1
|
||||
}
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user