Merge commit 'c879c4c0d927c834c557f89b33a06d29956412a9' into scheduling-function

This commit is contained in:
2025-11-29 13:11:40 +09:00
2 changed files with 45 additions and 11 deletions
+3 -1
View File
@@ -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();
};