diff --git a/Sora/Views/HomeView.swift b/Sora/Views/HomeView.swift index c338d66..cdcf4c5 100644 --- a/Sora/Views/HomeView.swift +++ b/Sora/Views/HomeView.swift @@ -144,7 +144,7 @@ struct HomeView: View { .padding(.horizontal, 8) ScrollView(.horizontal, showsIndicators: false) { HStack(spacing: 8) { - ForEach(continueWatchingItems) { item in + ForEach(Array(continueWatchingItems.reversed())) { item in Button(action: { if UserDefaults.standard.string(forKey: "externalPlayer") == "Sora" { let customMediaPlayer = CustomMediaPlayer(