event fire fix

This commit is contained in:
Luke Pulverenti
2015-02-16 11:47:30 -05:00
parent 8051ea9b1b
commit fa1254e715
2 changed files with 9 additions and 0 deletions

View File

@@ -83,5 +83,6 @@ namespace MediaBrowser.Model.Querying
public const string Players = "Players";
public const string GameSystem = "GameSystem";
public const string IsFavoriteOrLiked = "IsFavoriteOrLiked";
public const string DateLastContentAdded = "DateLastContentAdded";
}
}