updated image magick

This commit is contained in:
Luke Pulverenti
2015-04-06 16:55:37 -04:00
parent 7a5357a3bb
commit 3e9efeb44f
8 changed files with 155 additions and 110 deletions

View File

@@ -126,7 +126,7 @@ namespace MediaBrowser.Server.Implementations.Photos
protected abstract Task<List<BaseItem>> GetItemsWithImages(IHasImages item);
private const string Version = "18";
private const string Version = "19";
protected string GetConfigurationCacheKey(List<BaseItem> items, string itemName)
{
var parts = Version + "_" + (itemName ?? string.Empty) + "_" +