changed only saving server setup when checking for uploading all tapes
authorHolger Schemel <info@artsoft.org>
Sun, 31 Oct 2021 00:00:00 +0000 (02:00 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 31 Oct 2021 00:00:00 +0000 (02:00 +0200)
src/screens.c

index 79d889de88c886c374e67a041554405b8b0018f9..8dd7dde929518db1709d3b83a178379b9a44cb48 100644 (file)
@@ -10124,5 +10124,5 @@ void CheckUploadTapes(void)
     setup.provide_uploading_tapes = FALSE;
   }
 
-  SaveSetup();
+  SaveSetup_ServerSetup();
 }