mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Fixed issue socket-io cannot be connected in production build on web
This commit is contained in:
		@@ -244,6 +244,7 @@ export class AssetService {
 | 
			
		||||
          }
 | 
			
		||||
 | 
			
		||||
          /** Sending Partial Content With HTTP Code 206 */
 | 
			
		||||
          console.log('Send Range', range);
 | 
			
		||||
          res.status(206).set({
 | 
			
		||||
            'Content-Range': `bytes ${start}-${end}/${size}`,
 | 
			
		||||
            'Accept-Ranges': 'bytes',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user