Scan Status
ScanStatus(subsonic, scanning, count)
Bases: Model
Object that holds all the info about a scan status.
Attributes:
Name | Type | Description |
---|---|---|
scanning |
bool
|
If the server is scanning media or not. |
count |
int
|
The number of media already scanned. |