mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-03 22:22:02 +00:00 
			
		
		
		
	Fix optional
This commit is contained in:
		@@ -255,7 +255,7 @@ final class MPVBackend: PlayerBackend {
 | 
			
		||||
 | 
			
		||||
    private func updateControlsIsPlaying() {
 | 
			
		||||
        DispatchQueue.main.async { [weak self] in
 | 
			
		||||
            self?.controls.isPlaying = self?.isPlaying ?? false
 | 
			
		||||
            self?.controls?.isPlaying = self?.isPlaying ?? false
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user