mirror of
				https://github.com/yattee/yattee.git
				synced 2025-11-04 06:32:03 +00:00 
			
		
		
		
	Fix crash
This commit is contained in:
		@@ -204,7 +204,8 @@ struct FavoriteItemView: View {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    func watch(_ item: ContentItem) -> Watch? {
 | 
			
		||||
        watches.first { $0.videoID == item.video.videoID }
 | 
			
		||||
        guard let id = item.video?.videoID else { return nil }
 | 
			
		||||
        return watches.first { $0.videoID == id }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    var widgetListingStyle: WidgetListingStyle {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user