mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-30 02:52:27 -04:00
Allowing tasks to take parameters
This commit is contained in:
@@ -2,7 +2,7 @@ namespace Kyoo.Controllers
|
||||
{
|
||||
public interface ITaskManager
|
||||
{
|
||||
bool StartTask(string taskSlug);
|
||||
bool StartTask(string taskSlug, string arguments = null);
|
||||
|
||||
void ReloadTask();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user