mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-03 19:17:16 -05:00 
			
		
		
		
	Fixing the composite of IFileSystem.FileResult
This commit is contained in:
		
							parent
							
								
									42863bc403
								
							
						
					
					
						commit
						bb5dc0dcae
					
				@ -76,7 +76,7 @@ namespace Kyoo.Controllers
 | 
			
		||||
			if (path == null)
 | 
			
		||||
				return new NotFoundResult();
 | 
			
		||||
			return _GetFileSystemForPath(path, out string relativePath)
 | 
			
		||||
				.FileResult(relativePath);
 | 
			
		||||
				.FileResult(relativePath, rangeSupport, type);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		/// <inheritdoc />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user