mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Handle urbackup clients with images disabled
This commit is contained in:
@@ -25,7 +25,7 @@ await (async () => {
|
||||
maxDays: serviceWidget.maxDays
|
||||
});
|
||||
} catch (error) {
|
||||
res.status(500).json({ error: "Something Broke" })
|
||||
res.status(500).json({ error: "Error communicating with UrBackup server" })
|
||||
}
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user