added caching breaker to media cover images.

This commit is contained in:
Keivan Beigi 2013-06-12 18:37:05 -07:00
commit 38589742e3
10 changed files with 115 additions and 54 deletions

View file

@ -33,8 +33,7 @@ namespace NzbDrone.Common.Reflection
|| type == typeof(string)
|| type == typeof(DateTime)
|| type == typeof(Version)
|| type == typeof(Decimal)
|| type.GetInterface("IEmbeddedDocument") != null;
|| type == typeof(Decimal);
}
public static bool IsReadable(this PropertyInfo propertyInfo)