1.8 - bug fix for missing setting
This commit is contained in:
parent
fc18d53fe8
commit
2ebfe2badb
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
scriptVersion="1.7"
|
scriptVersion="1.8"
|
||||||
scriptName="Video"
|
scriptName="Video"
|
||||||
|
|
||||||
#### Import Settings
|
#### Import Settings
|
||||||
source /config/extended.conf
|
source /config/extended.conf
|
||||||
|
videoContainer=mkv
|
||||||
|
|
||||||
log () {
|
log () {
|
||||||
m_time=`date "+%F %T"`
|
m_time=`date "+%F %T"`
|
||||||
|
|
Loading…
Reference in a new issue