File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 echo "MODNAME=${{ env.MODNAME }}" >> $GITHUB_OUTPUT
2323 echo "MULTI_ARCH=${{ env.MULTI_ARCH }}" >> $GITHUB_OUTPUT
2424 # **** If the mod needs to be versioned, set the versioning logic below. Otherwise leave as is. ****
25- MOD_VERSION="2.7.1 "
25+ MOD_VERSION="2.7.2 "
2626 echo "MOD_VERSION=${MOD_VERSION}" >> $GITHUB_OUTPUT
2727 outputs :
2828 GITHUB_REPO : ${{ steps.outputs.outputs.GITHUB_REPO }}
Original file line number Diff line number Diff line change @@ -1594,7 +1594,7 @@ elif [ -n "$striptracks_api_url" ]; then
15941594 [ $striptracks_debug -ge 1 ] && echo " Debug|Using new video file id '$striptracks_videofile_id '" | log
15951595
15961596 # Check if video is unmonitored after the delete/import
1597- if [ $striptracks_conf_unmonitor -eq 1 -a " $( echo " $striptracks_videoinfo " | jq -crM " .monitored" ) " = " false" ]; then
1597+ if [ ${ striptracks_conf_unmonitor:- 0} -eq 1 -a " $( echo " $striptracks_videoinfo " | jq -crM " .monitored" ) " = " false" ]; then
15981598 striptracks_message=" Warn|'$striptracks_title ' is unmonitored after deleting the original video. Compensating for ${striptracks_type^} configuration."
15991599 echo " $striptracks_message " | log
16001600 # Set video to monitored again
You can’t perform that action at this time.
0 commit comments