From ce0156f9535d9037efaa3b648cb7d3bc33d075a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C=E8=A7=82=E5=AF=9F=E6=97=A5=E5=BF=97?= Date: Sat, 30 Aug 2025 23:32:45 +0800 Subject: [PATCH] docs: replace Chinese quotation mark --- config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index 2c20932..1f86005 100644 --- a/config.example.toml +++ b/config.example.toml @@ -28,7 +28,7 @@ appleCDNIP = "" # After enabling this feature, if the specified codec does not exist, the script will look for another codec to download codecAlternative = true # Priority to look for alternative codec -# To download AAC lossy audio when lossless audio is not available, add “aac-legacy” to this configuration. +# To download AAC lossy audio when lossless audio is not available, add "aac-legacy" to this configuration. codecPriority = ["alac", "ec3", "ac3", "aac"] # Encapsulate Atmos(ec-3/ac-3) as M4A and write the song metadata atmosConventToM4a = true