mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Unwatched videos in subscriptions
This commit is contained in:
@@ -90,7 +90,7 @@ struct PlayerQueueRow: View {
|
||||
|
||||
player.show()
|
||||
} label: {
|
||||
VideoBanner(video: item.video, playbackTime: watchStoppedAt, videoDuration: watch?.videoDuration)
|
||||
VideoBanner(video: item.video, playbackTime: watchStoppedAt, videoDuration: watch?.videoDuration, watch: watch)
|
||||
}
|
||||
#if os(tvOS)
|
||||
.buttonStyle(.card)
|
||||
|
Reference in New Issue
Block a user