🐛 Fixed bug on the AirDC++ settings page

This commit is contained in:
2022-09-19 15:41:32 -07:00
parent 262f8d49d7
commit eda11d3537
3 changed files with 26 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ const AirDCPPSocketContextProvider = ({ children }) => {
} = configuration;
const initializedAirDCPPSocket = new AirDCPPSocket({
protocol: `${host.protocol}`,
hostname: `${host.hostname}`,
hostname: `${host.hostname}:${host.port}`,
});
const socketConnectionInformation = await initializedAirDCPPSocket.connect(