No need to be user to get scan status

This commit is contained in:
emeric
2024-11-11 14:05:38 +01:00
parent 7bbfe614bd
commit 017400767a
+1 -1
View File
@@ -254,7 +254,7 @@ namespace lms::api::subsonic
{ "/savePlayQueue", { handleNotImplemented } }, { "/savePlayQueue", { handleNotImplemented } },
// Media library scanning // Media library scanning
{ "/getScanStatus", { Scan::handleGetScanStatus, { db::UserType::ADMIN } } }, { "/getScanStatus", { Scan::handleGetScanStatus } },
{ "/startScan", { Scan::handleStartScan, { db::UserType::ADMIN } } }, { "/startScan", { Scan::handleStartScan, { db::UserType::ADMIN } } },
}; };