diff options
| author | Patrick Barron <barronpm@gmail.com> | 2020-08-13 20:30:43 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2020-08-13 20:30:43 -0400 |
| commit | 57e2f7248d5ae96063119246efa059d88a856208 (patch) | |
| tree | 79750772d272bce7bfe2a27c65140b9cebc88ab7 /MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs | |
| parent | 285af300f50c8380ef04974ab29881cf0e5d600b (diff) | |
Remove unused class and rename file.
Diffstat (limited to 'MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs')
| -rw-r--r-- | MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs b/MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs deleted file mode 100644 index 5703aea17c..0000000000 --- a/MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using MediaBrowser.Controller.Entities; - -namespace MediaBrowser.Controller.Subtitles -{ - public class SubtitleDownloadEventArgs - { - public BaseItem Item { get; set; } - - public string Format { get; set; } - - public string Language { get; set; } - - public bool IsForced { get; set; } - - public string Provider { get; set; } - } - - public class SubtitleDownloadFailureEventArgs - { - public BaseItem Item { get; set; } - - public string Provider { get; set; } - - public Exception Exception { get; set; } - } -} |
