update intro queries

This commit is contained in:
Luke Pulverenti
2017-01-07 03:04:54 -05:00
parent b253b86338
commit ba9222898b
4 changed files with 14 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ namespace MediaBrowser.Controller.Entities
ImageInfos = new List<ItemImageInfo>();
InheritedTags = new List<string>();
ProductionLocations = new List<string>();
SourceType = SourceType.Library;
}
public static readonly char[] SlugReplaceChars = { '?', '/', '&' };