mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 07:02:45 +00:00
ok fixed contrinu watching order
This commit is contained in:
parent
bdd82f3f57
commit
ce83066ced
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue