@@ -925,10 +925,12 @@ function App() {
925925
926926 < p className = "flex items-start gap-1.5 text-xs text-muted-foreground" >
927927 < Info className = "w-3.5 h-3.5 shrink-0 mt-0.5" />
928- Can't find your library? Make sure you've added the correct{ " " }
929- < code className = "font-mono bg-muted px-1 rounded" > DROMEPORT_LIBRARY_*</ code > { " " }
930- environment variables in your{ " " }
931- < code className = "font-mono bg-muted px-1 rounded" > docker-compose.yml</ code > .
928+ < span >
929+ Can't find your library? Make sure you've added the correct{ " " }
930+ < code className = "font-mono bg-muted px-1 rounded" > DROMEPORT_LIBRARY_*</ code > { " " }
931+ environment variables in your{ " " }
932+ < code className = "font-mono bg-muted px-1 rounded" > docker-compose.yml</ code > .
933+ </ span >
932934 </ p >
933935
934936 < div className = "space-y-2 pt-1" >
@@ -1068,7 +1070,7 @@ function App() {
10681070 </ CardHeader >
10691071 < CardContent className = "space-y-4" >
10701072
1071- { /* SpotiFLAC path — hidden in Docker (pre-installed) */ }
1073+ { /* SpotiFLAC path - hidden in Docker (pre-installed) */ }
10721074 { isDockerMode ? (
10731075 < div className = "flex items-center gap-2 rounded-lg border border-border bg-muted/30 px-3 py-2.5" >
10741076 < CheckCircle className = "w-4 h-4 text-green-500 shrink-0" />
@@ -1120,9 +1122,9 @@ function App() {
11201122 < Select value = { config . spotify . spotiflacOutputFormat } onValueChange = { ( v ) => setSpotify ( "spotiflacOutputFormat" , v ) } >
11211123 < SelectTrigger className = "bg-background" > < SelectValue /> </ SelectTrigger >
11221124 < SelectContent >
1123- < SelectItem value = "flac" > FLAC — lossless (default, no transcoding)</ SelectItem >
1124- < SelectItem value = "opus" > Opus — lossy via FFmpeg (~320 kbps)</ SelectItem >
1125- < SelectItem value = "mp3" > MP3 — lossy via FFmpeg (VBR best)</ SelectItem >
1125+ < SelectItem value = "flac" > FLAC - lossless (default, no transcoding)</ SelectItem >
1126+ < SelectItem value = "opus" > Opus - lossy via FFmpeg (~320 kbps)</ SelectItem >
1127+ < SelectItem value = "mp3" > MP3 - lossy via FFmpeg (VBR best)</ SelectItem >
11261128 </ SelectContent >
11271129 </ Select >
11281130 { config . spotify . spotiflacOutputFormat !== "flac" && (
0 commit comments