From ce83066ced6218633ffae623795f8108642d0878 Mon Sep 17 00:00:00 2001 From: cranci1 <100066266+cranci1@users.noreply.github.com> Date: Sun, 16 Feb 2025 09:33:33 +0100 Subject: [PATCH] ok fixed contrinu watching order --- Sora/Views/HomeView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(