소스 검색

added query types

Luke Pulverenti 9 년 전
부모
커밋
d94507a441
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs

+ 3 - 1
MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs

@@ -1681,6 +1681,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
             typeof(Movie),
             typeof(BoxSet),
             typeof(Episode),
+            typeof(ChannelVideoItem),
             typeof(Season),
             typeof(Series),
             typeof(Book),
@@ -1698,7 +1699,8 @@ namespace MediaBrowser.Server.Implementations.Persistence
             typeof(UserView),
             typeof(Video),
             typeof(Year),
-            typeof(Channel)
+            typeof(Channel),
+            typeof(AggregateFolder)
         };
 
         private static Dictionary<string, string[]> GetTypeMapDictionary()