Add scan percentages (fixes #1030)
This commit is contained in:
@@ -38,6 +38,7 @@ const (
|
||||
FolderSummary
|
||||
FolderCompletion
|
||||
FolderErrors
|
||||
FolderScanProgress
|
||||
|
||||
AllEvents = (1 << iota) - 1
|
||||
)
|
||||
@@ -84,6 +85,8 @@ func (t EventType) String() string {
|
||||
return "DevicePaused"
|
||||
case DeviceResumed:
|
||||
return "DeviceResumed"
|
||||
case FolderScanProgress:
|
||||
return "FolderScanProgress"
|
||||
default:
|
||||
return "Unknown"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user