mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	Fix InvalidOperationException when serializing MediaPathInfo
This commit is contained in:
		
							parent
							
								
									79e51b7fa2
								
							
						
					
					
						commit
						b458f85c47
					
				@ -9,6 +9,12 @@ namespace MediaBrowser.Model.Configuration
 | 
				
			|||||||
            Path = path;
 | 
					            Path = path;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        // Needed for xml serialization
 | 
				
			||||||
 | 
					        public MediaPathInfo()
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            Path = string.Empty;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        public string Path { get; set; }
 | 
					        public string Path { get; set; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        public string? NetworkPath { get; set; }
 | 
					        public string? NetworkPath { get; set; }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user