mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-01 19:17:23 -04:00 
			
		
		
		
	Fix query log for real
This commit is contained in:
		
							parent
							
								
									647adc51c8
								
							
						
					
					
						commit
						c0b95dbc79
					
				| @ -321,7 +321,7 @@ namespace Emby.Server.Implementations.HttpServer | ||||
|             string pagePathWithoutQueryString = url.Split(new[] { '?' }, StringSplitOptions.RemoveEmptyEntries)[0]; | ||||
| 
 | ||||
|             return newQueryString.Count > 0 | ||||
|                 ? $"{pagePathWithoutQueryString}?{newQueryString.Select(value => value.Key + " = " + string.Join(", ", value.Value))}" | ||||
|                 ? $"{pagePathWithoutQueryString}?{string.Join("&", newQueryString.Select(value => value.Key + " = " + string.Join(", ", value.Value)))}" | ||||
|                 : pagePathWithoutQueryString; | ||||
|         } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user