void btnUpdateMediaInfo_Click(object sender, RoutedEventArgs e) { ShokoServer.RefreshAllMediaInfo(); MessageBox.Show(Commons.Properties.Resources.Serrver_VideoMediaUpdate, Commons.Properties.Resources.Success, MessageBoxButton.OK, MessageBoxImage.Information); }
public ActionResult UpdateAllMediaInfo() { ShokoServer.RefreshAllMediaInfo(); return(Ok()); }