Merge commit 'c879c4c0d927c834c557f89b33a06d29956412a9' into scheduling-function
This commit is contained in:
+3
-1
@@ -459,8 +459,10 @@ const App: React.FC = () => {
|
||||
setCloudServerInfo(serverInfo);
|
||||
if (serverInfo.libraryName) {
|
||||
await apiService.updateLibrary(serverInfo.libraryName);
|
||||
setConnectionSettings(prev => prev ? { ...prev, libraryName: serverInfo.libraryName } : prev);
|
||||
}
|
||||
// Reload settings to ensure we have the latest connection details (protocol, etc.)
|
||||
await loadSettings();
|
||||
|
||||
// Refresh playlists after new connection
|
||||
refreshCloud();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user