mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
378 B
378 B
DB Status
Checks if a scan is in progress.
-
URL
/db/status
-
Method:
GET -
Success Response:
-
Code: 200
Content:{ locked: false, totalFileCount: 150, dbType: 'default' }lockedwill be true if a scan is in progress.dbTypewill either bedefaultorbeets
-