mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(frontend): plex library scan
This commit is contained in:
@@ -106,7 +106,7 @@ settingsRoutes.get('/plex/library', async (req, res) => {
|
||||
settingsRoutes.get('/plex/sync', (req, res) => {
|
||||
if (req.query.cancel) {
|
||||
jobPlexSync.cancel();
|
||||
} else {
|
||||
} else if (req.query.start) {
|
||||
jobPlexSync.run();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user