CrumpledDog / Umbraco-AzureCDNToolkit

Makes it easy to fully utilise the Azure CDN with a Umbraco website
13 stars 14 forks source link

Handling if file is deleted from media item #20

Closed MylesB93 closed 4 years ago

MylesB93 commented 5 years ago

We've noticed that if GetCropCdnUrl is passed a media item with no file, it gets called infinitely. We've gotten round in our project by only calling that method if the media item contains a file, but would obviously be more useful if this was handled in the actual method. Thanks.