From dfc25115896a2ba5911b8b395c677d431f304bf7 Mon Sep 17 00:00:00 2001
From: Ness LookAlike <68405888+NessLookAlike@users.noreply.github.com>
Date: Fri, 19 Sep 2025 17:31:59 -0900
Subject: [PATCH] quotes
---
frontend/src/pages/SettingsApplication.tsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/frontend/src/pages/SettingsApplication.tsx b/frontend/src/pages/SettingsApplication.tsx
index 75bd1c4d..537ed740 100644
--- a/frontend/src/pages/SettingsApplication.tsx
+++ b/frontend/src/pages/SettingsApplication.tsx
@@ -396,25 +396,25 @@ const SettingsApplication = () => {
{'bestvideo[height<=720]+bestaudio/best[height<=720]'}
- : "best" video and "best" audio (yt-dlp's choice), max video height of 720p.
+ : best
video and best
audio (yt-dlp's choice), max video height of 720p.
bestvideo and
bestaudio (yt-dlp's choice), max video height of 1080p.
bestuniversally iOS-compatible video (forced avc1) and
bestaudio (forced mp4a), mp4 container, max video height of 1080p.
bestiOS-compatible video (av01, compatible with iPhone 15 Pro and newer) and
bestaudio (mp4a), no max video height, with fallback to avc1 and other formats if necessary.