This commit is contained in:
Dylan 2023-12-06 17:22:47 +00:00
parent 5be4741eff
commit a62ec03726

View File

@ -715,7 +715,7 @@ def embedCombinedVnf(video_link,vnf):
if vnf['qrtURL'] is not None:
qrt,e=vnfFromCacheOrDL(vnf['qrtURL'])
if (vnf['type'] != "Image" or vnf['images'][4] == "1") and qrt is not None and qrt['type'] == "Image":
if (vnf['type'] != "Image") and qrt is not None and qrt['type'] == "Image":
if qrt['images'][4]!="1":
vnf['images'] = qrt['images']
vnf['type'] = "Image"