add image editing to library setup

This commit is contained in:
Luke Pulverenti
2015-10-16 01:36:16 -04:00
parent a8e5aba643
commit 3741eb2426
3 changed files with 20 additions and 2 deletions

View File

@@ -1198,6 +1198,11 @@ namespace MediaBrowser.Server.Implementations.Library
info.PrimaryImageItemId = libraryFolder.Id.ToString("N");
}
if (libraryFolder != null)
{
info.ItemId = libraryFolder.Id.ToString("N");
}
return info;
}