mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Merge pull request #2209 from EscherMoore/fix-hotkeys
Fix: hotkeys not working
This commit is contained in:
		
						commit
						9421983287
					
				
					 1 changed files with 12 additions and 10 deletions
				
			
		| 
						 | 
					@ -17,16 +17,18 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <div v-show="!video.error">
 | 
					        <div v-show="!video.error">
 | 
				
			||||||
            <div :class="isMobile ? 'flex-col' : 'flex'">
 | 
					            <div :class="isMobile ? 'flex-col' : 'flex'">
 | 
				
			||||||
                <VideoPlayer
 | 
					                <keep-alive>
 | 
				
			||||||
                    ref="videoPlayer"
 | 
					                    <VideoPlayer
 | 
				
			||||||
                    :video="video"
 | 
					                        ref="videoPlayer"
 | 
				
			||||||
                    :sponsors="sponsors"
 | 
					                        :video="video"
 | 
				
			||||||
                    :playlist="playlist"
 | 
					                        :sponsors="sponsors"
 | 
				
			||||||
                    :index="index"
 | 
					                        :playlist="playlist"
 | 
				
			||||||
                    :selected-auto-play="selectedAutoPlay"
 | 
					                        :index="index"
 | 
				
			||||||
                    :selected-auto-loop="selectedAutoLoop"
 | 
					                        :selected-auto-play="selectedAutoPlay"
 | 
				
			||||||
                    @timeupdate="onTimeUpdate"
 | 
					                        :selected-auto-loop="selectedAutoLoop"
 | 
				
			||||||
                />
 | 
					                        @timeupdate="onTimeUpdate"
 | 
				
			||||||
 | 
					                    />
 | 
				
			||||||
 | 
					                </keep-alive>
 | 
				
			||||||
                <ChaptersBar
 | 
					                <ChaptersBar
 | 
				
			||||||
                    :mobileLayout="isMobile"
 | 
					                    :mobileLayout="isMobile"
 | 
				
			||||||
                    v-if="video?.chapters?.length > 0 && showChapters"
 | 
					                    v-if="video?.chapters?.length > 0 && showChapters"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue