mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	remove space
Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
		
							parent
							
								
									623e85a9e4
								
							
						
					
					
						commit
						28e922326d
					
				@ -392,7 +392,7 @@ namespace Emby.Server.Implementations.Library
 | 
			
		||||
                // Add this flag to GetDeletePaths if required in the future
 | 
			
		||||
                var isRequiredForDelete = true;
 | 
			
		||||
 | 
			
		||||
                 foreach (var fileSystemInfo in item.GetDeletePaths())
 | 
			
		||||
                foreach (var fileSystemInfo in item.GetDeletePaths())
 | 
			
		||||
                {
 | 
			
		||||
                    if (fileSystemInfo.IsDirectory ? Directory.Exists(fileSystemInfo.FullName) : File.Exists(fileSystemInfo.FullName))
 | 
			
		||||
                    {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user