I have created some custom Media Types with additional meta data, trying to get this data via Razor seems to cache the data i.e. I change the meta data but it does not refresh on the page.
Am I doing something wrong or is this a bug?
Pulling the data by doing Library.MediaById(int Id) in Razor
Custom Media Type caching
I have created some custom Media Types with additional meta data, trying to get this data via Razor seems to cache the data i.e. I change the meta data but it does not refresh on the page.
Am I doing something wrong or is this a bug?
Pulling the data by doing Library.MediaById(int Id) in Razor
Adrian
is working on a reply...