yeah ops
Some checks are pending
Build and Release IPA / Build IPA (push) Waiting to run

This commit is contained in:
cranci1 2025-03-04 17:42:58 +01:00
parent e13333afe7
commit eb65912998

View file

@ -40,7 +40,8 @@ struct HomeView: View {
}
var body: some View {
NavigationStack {
NavigationView {
VStack {
ScrollView {
if !continueWatchingItems.isEmpty {
LazyVStack(alignment: .leading) {
@ -268,6 +269,8 @@ struct HomeView: View {
}
}
}
.navigationViewStyle(StackNavigationViewStyle())
}
private func markContinueWatchingItemAsWatched(item: ContinueWatchingItem) {
let key = "lastPlayedTime_\(item.fullUrl)"