Assign default MC_SOURCE

此提交包含在:
2025-04-23 15:08:32 -04:00
父節點 3019cfad12
當前提交 bfda47a050

查看文件

@@ -732,6 +732,9 @@ acquire_deb() {
execute rm "$MC_DEB"
else
echo "Using existing DEB: $MC_DEB"
# Use dummy source since we don't know where it came from
# TODO could attach source tag to filename
MC_SOURCE="https://files.jriver-cdn.com/mediacenter/channels/v$MC_MVERSION/latest/$fname"
return 0
fi
fi