diff options
| author | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-08-23 14:35:44 -0400 |
|---|---|---|
| committer | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-08-23 14:35:44 -0400 |
| commit | 2454b72c93c29ab67e14713e81d91e3dee79fa2e (patch) | |
| tree | 33bc2fa1907b6df9a447f580962fc186a1c91099 /MediaBrowser.Common/Events | |
| parent | 4068047845d598761f0c9d9600e1cf089bfdb95a (diff) | |
Comments and cleanup. ALso updated ffmpeg + ffprobe
Diffstat (limited to 'MediaBrowser.Common/Events')
| -rw-r--r-- | MediaBrowser.Common/Events/GenericItemEventArgs.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/MediaBrowser.Common/Events/GenericItemEventArgs.cs b/MediaBrowser.Common/Events/GenericItemEventArgs.cs deleted file mode 100644 index ae7b2f574a..0000000000 --- a/MediaBrowser.Common/Events/GenericItemEventArgs.cs +++ /dev/null @@ -1,9 +0,0 @@ -using System;
-
-namespace MediaBrowser.Common.Events
-{
- public class GenericItemEventArgs<TItemType> : EventArgs
- {
- public TItemType Item { get; set; }
- }
-}
|
