mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	update tv queries
This commit is contained in:
		
							parent
							
								
									a53b062b22
								
							
						
					
					
						commit
						b971fa9d5e
					
				@ -327,7 +327,8 @@ namespace MediaBrowser.Api
 | 
				
			|||||||
                MinPremiereDate = minPremiereDate,
 | 
					                MinPremiereDate = minPremiereDate,
 | 
				
			||||||
                StartIndex = request.StartIndex,
 | 
					                StartIndex = request.StartIndex,
 | 
				
			||||||
                Limit = request.Limit,
 | 
					                Limit = request.Limit,
 | 
				
			||||||
                ParentId = parentIdGuid
 | 
					                ParentId = parentIdGuid,
 | 
				
			||||||
 | 
					                Recursive = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            }).ToList();
 | 
					            }).ToList();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -53,7 +53,8 @@ namespace MediaBrowser.Server.Implementations.TV
 | 
				
			|||||||
                SortOrder = SortOrder.Ascending,
 | 
					                SortOrder = SortOrder.Ascending,
 | 
				
			||||||
                PresentationUniqueKey = presentationUniqueKey,
 | 
					                PresentationUniqueKey = presentationUniqueKey,
 | 
				
			||||||
                Limit = limit,
 | 
					                Limit = limit,
 | 
				
			||||||
                ParentId = parentIdGuid
 | 
					                ParentId = parentIdGuid,
 | 
				
			||||||
 | 
					                Recursive = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            }).Cast<Series>();
 | 
					            }).Cast<Series>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user