mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	fix appVersion errors
This commit is contained in:
		
							parent
							
								
									e8e5a314c5
								
							
						
					
					
						commit
						d569ef4fd7
					
				@ -104,6 +104,10 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security
 | 
				
			|||||||
                    {
 | 
					                    {
 | 
				
			||||||
                        info.DeviceId = tokenInfo.DeviceId;
 | 
					                        info.DeviceId = tokenInfo.DeviceId;
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
 | 
					                    if (string.IsNullOrWhiteSpace(info.Version))
 | 
				
			||||||
 | 
					                    {
 | 
				
			||||||
 | 
					                        info.Version = tokenInfo.AppVersion;
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
                else
 | 
					                else
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user