mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
added caching breaker to media cover images.
This commit is contained in:
parent
1585234055
commit
38589742e3
10 changed files with 115 additions and 54 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue