mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-04 06:32:03 +00:00 
			
		
		
		
	Fix #194
This commit is contained in:
		@@ -69,7 +69,7 @@ struct ShareButton: View {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private var contentItemIsPlayerCurrentVideo: Bool {
 | 
			
		||||
        contentItem.contentType == .video && contentItem.video.videoID == player.currentVideo?.id
 | 
			
		||||
        contentItem.contentType == .video && contentItem.video?.videoID == player.currentVideo?.videoID
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private func shareAction(_ url: URL) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user