Adjusted env
This commit is contained in:
parent
ad69897cde
commit
93f292c6d0
@ -5,6 +5,6 @@ import java.io.File
|
||||
class ReaderEnv {
|
||||
companion object {
|
||||
val ffprobe: String = System.getenv("SUPPORTING_EXECUTABLE_FFPROBE") ?: "ffprobe"
|
||||
val encodePreference: String? = System.getenv("ENCODE_PREFERENCE") ?: null
|
||||
val encodePreference: File = File("/data/config/preference.json")
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user