3.0.5768.6

This commit is contained in:
Luke Pulverenti
2015-10-25 11:48:44 -04:00
parent 9babddb271
commit 492f897f81
9 changed files with 44 additions and 12 deletions

View File

@@ -69,5 +69,10 @@ namespace MediaBrowser.Common.ScheduledTasks
/// </summary>
/// <value>The unique id.</value>
string Id { get; }
/// <summary>
/// Reloads the trigger events.
/// </summary>
void ReloadTriggerEvents();
}
}