mirror of
https://github.com/yattee/yattee.git
synced 2025-08-04 01:34:10 +00:00
Minor fixes
This commit is contained in:
@@ -19,7 +19,7 @@ struct HistoryView: View {
|
||||
player.loadHistoryVideoDetails(watch.videoID)
|
||||
}
|
||||
.contextMenu {
|
||||
VideoContextMenuView(video: watch.video)
|
||||
VideoContextMenuView(video: player.historyVideo(watch.videoID) ?? watch.video)
|
||||
}
|
||||
}
|
||||
#if os(tvOS)
|
||||
|
Reference in New Issue
Block a user