update dynamic images

This commit is contained in:
Luke Pulverenti
2015-04-02 22:54:40 -04:00
parent c9c5a93450
commit 305398ed9c
2 changed files with 7 additions and 7 deletions

View File

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