ThreeTwo favicon (#54)

* 🔧 Fixed empty library state with explanation

* ️ Added a status indicator for the AirDC++ socket connection

* 🖼️ Fixed the ThreeTwo favico
This commit was merged in pull request #54.
This commit is contained in:
2023-01-01 17:14:27 -08:00
committed by GitHub
parent ddef87ea29
commit 719ebe7c6e
3 changed files with 18 additions and 9 deletions

View File

@@ -55,11 +55,13 @@ const AirDCPPSocketContextProvider = ({ children }) => {
protocol: `${host.protocol}`,
hostname: `${host.hostname}:${host.port}`,
});
const socketConnectionInformation = await initializedAirDCPPSocket.connect(
let socketConnectionInformation = await initializedAirDCPPSocket.connect(
`${host.username}`,
`${host.password}`,
true,
);
persistSettings({
...airDCPPState,
airDCPPState: {