mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
29 lines
378 B
Markdown
29 lines
378 B
Markdown
**DB Status**
|
|
----
|
|
Checks if a scan is in progress.
|
|
|
|
* **URL**
|
|
|
|
/db/status
|
|
|
|
* **Method:**
|
|
|
|
`GET`
|
|
|
|
* **Success Response:**
|
|
|
|
* **Code:** 200 <br />
|
|
**Content:**
|
|
|
|
```
|
|
{
|
|
locked: false,
|
|
totalFileCount: 150,
|
|
dbType: 'default'
|
|
}
|
|
```
|
|
|
|
`locked` will be true if a scan is in progress.
|
|
|
|
`dbType` will either be `default` or `beets`
|