Enable Refresh for Streamable plugins #281

This commit is contained in:
Alex Mazanov 2022-02-12 06:39:53 -08:00
parent 4ecfe10ab2
commit f25db9dfee
No known key found for this signature in database
GPG Key ID: FD35C3C7C1D34AB4

View File

@ -52,7 +52,9 @@ class StreamablePlugin: Plugin {
}
func refresh() {
os_log("Manual refresh is not available for Streamable plugin\n%{public}@", log: Log.plugin, description)
os_log("Refreshing Streamable plugin\n%{public}@", log: Log.plugin, description)
terminate()
invokeQueue.addOperation { [weak self] in self?.invoke() }
}
func start() {