mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 15:12:09 +00:00
Update SettingsViewPlayer.swift
SenPlayrt
This commit is contained in:
parent
982f482d84
commit
a2c2c04d74
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ struct SettingsViewPlayer: View {
|
|||
@AppStorage("doubleTapSeekEnabled") private var doubleTapSeekEnabled: Bool = false
|
||||
@AppStorage("skipIntroOutroVisible") private var skipIntroOutroVisible: Bool = true
|
||||
|
||||
private let mediaPlayers = ["Default", "VLC", "OutPlayer", "Infuse", "nPlayer", "Sora"]
|
||||
private let mediaPlayers = ["Default", "VLC", "OutPlayer", "Infuse", "nPlayer", "SenPlayer", "Sora"]
|
||||
|
||||
var body: some View {
|
||||
Form {
|
||||
|
|
|
|||
Loading…
Reference in a new issue