added query types
This commit is contained in:
parent
6e17c04c42
commit
d94507a441
|
@ -1681,6 +1681,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||||
typeof(Movie),
|
typeof(Movie),
|
||||||
typeof(BoxSet),
|
typeof(BoxSet),
|
||||||
typeof(Episode),
|
typeof(Episode),
|
||||||
|
typeof(ChannelVideoItem),
|
||||||
typeof(Season),
|
typeof(Season),
|
||||||
typeof(Series),
|
typeof(Series),
|
||||||
typeof(Book),
|
typeof(Book),
|
||||||
|
@ -1698,7 +1699,8 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||||
typeof(UserView),
|
typeof(UserView),
|
||||||
typeof(Video),
|
typeof(Video),
|
||||||
typeof(Year),
|
typeof(Year),
|
||||||
typeof(Channel)
|
typeof(Channel),
|
||||||
|
typeof(AggregateFolder)
|
||||||
};
|
};
|
||||||
|
|
||||||
private static Dictionary<string, string[]> GetTypeMapDictionary()
|
private static Dictionary<string, string[]> GetTypeMapDictionary()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user