feat: support xmltv trim flag (#68)
* feat: support xmltv trim flag * fix: fix conditional
This commit is contained in:
@@ -15,6 +15,8 @@ echo "Running scripts..."
|
||||
if [ "$use_lazystream" = "yes" ]; then
|
||||
|
||||
args=()
|
||||
|
||||
if [ "$trim_xmltv" = "yes" ]; then args+=("--trim"); fi
|
||||
if [ ! -z ${quality} ]; then args+=("--quality" "$quality"); fi
|
||||
if [ "$cdn" = "l3c" ]; then args+=("--cdn" "l3c"); fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user