support keyword editing

This commit is contained in:
Luke Pulverenti
2014-01-14 11:06:26 -05:00
parent ce13ff95ad
commit 3cde201190
2 changed files with 5 additions and 1 deletions

View File

@@ -15,6 +15,10 @@ namespace MediaBrowser.Model.Entities
/// </summary>
Genres,
/// <summary>
/// The keywords
/// </summary>
Keywords,
/// <summary>
/// The production locations
/// </summary>
ProductionLocations,