|  | @@ -13,6 +13,7 @@ using InABox.IPC;
 | 
	
		
			
				|  |  |  using InABox.Clients;
 | 
	
		
			
				|  |  |  using InABox.Configuration;
 | 
	
		
			
				|  |  |  using InABox.Core;
 | 
	
		
			
				|  |  | +using InABox.Database;
 | 
	
		
			
				|  |  |  using InABox.IPC;
 | 
	
		
			
				|  |  |  using InABox.Rpc;
 | 
	
		
			
				|  |  |  using InABox.Wpf;
 | 
	
	
		
			
				|  | @@ -137,7 +138,7 @@ namespace PRSDesktop
 | 
	
		
			
				|  |  |                          {
 | 
	
		
			
				|  |  |                              while (!cancel.IsCancellationRequested)
 | 
	
		
			
				|  |  |                              {
 | 
	
		
			
				|  |  | -                                DatabaseInfo? info = new DatabaseInfo(db.ColorScheme, db.Logo, CoreUtils.GetVersion(), true);
 | 
	
		
			
				|  |  | +                                DatabaseInfo? info = new DatabaseInfo(db.ColorScheme, db.Logo, CoreUtils.GetVersion(), true, DbFactory.RestPort, DbFactory.RPCPort);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                                  if (db.DatabaseType == DatabaseType.Local)
 | 
	
		
			
				|  |  |                                  {
 |