update images

This commit is contained in:
Luke Pulverenti
2015-04-03 12:58:12 -04:00
parent 0481fef03b
commit ef505c8e9e
2 changed files with 2 additions and 2 deletions

View File

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