bugfix: autocomplete suggestions keyboard scroll behavior
This commit is contained in:
@@ -62,7 +62,7 @@ export default function RequestManagement() {
|
||||
|
||||
// Check if path is /storage/music/TRIP
|
||||
if (absPath.includes("/storage/music/TRIP/")) {
|
||||
return `https://music.boatson.boats/TRIP/${filename}`;
|
||||
return `https://_music.codey.lol/TRIP/${filename}`;
|
||||
}
|
||||
|
||||
// Otherwise, assume /storage/music2/completed/{quality} format
|
||||
|
||||
Reference in New Issue
Block a user