예제 #1
0
 /// <inheritdoc />
 public TaskParameters GetParameters()
 {
     return(new()
     {
         TaskParameter.CreateRequired <string>("path", "The path of the subtitle file")
     });
 }
예제 #2
0
 /// <inheritdoc />
 public TaskParameters GetParameters()
 {
     return(new()
     {
         TaskParameter.CreateRequired <string>("path", "The path of the episode file"),
         TaskParameter.CreateRequired <Library>("library", "The library in witch the episode is")
     });
 }