Fix hardcoded frame rate for frame by frame video navigation in web UI (#15198)
This commit is contained in:
		
							parent
							
								
									66832cbf33
								
							
						
					
					
						commit
						f970e1fab6
					
				
					 5 changed files with 21 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -142,6 +142,7 @@ class DetailedStatus extends ImmutablePureComponent {
 | 
			
		|||
        media = (
 | 
			
		||||
          <Video
 | 
			
		||||
            preview={attachment.get('preview_url')}
 | 
			
		||||
            frameRate={attachment.getIn(['meta', 'original', 'frame_rate'])}
 | 
			
		||||
            blurhash={attachment.get('blurhash')}
 | 
			
		||||
            src={attachment.get('url')}
 | 
			
		||||
            alt={attachment.get('description')}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue