Example #1
0
 public async Task SetVideoMetadata(VideoViewModel model)
 {
     _yt.SetVideoMetadata(model, BasePath);
 }