mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	update series sorting
This commit is contained in:
		
							parent
							
								
									5e994eabd5
								
							
						
					
					
						commit
						bc865ce698
					
				@ -2854,7 +2854,7 @@ namespace Emby.Server.Implementations.Data
 | 
			
		||||
            }
 | 
			
		||||
            if (string.Equals(name, ItemSortBy.SeriesSortName, StringComparison.OrdinalIgnoreCase))
 | 
			
		||||
            {
 | 
			
		||||
                return new Tuple<string, bool>("(Select SortName from TypedBaseItems where B.Guid=A.SeriesId)", false);
 | 
			
		||||
                return new Tuple<string, bool>("SeriesName", false);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            return new Tuple<string, bool>(name, false);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user