diff options
Diffstat (limited to 'MediaBrowser.Controller/Providers/ExtraInfo.cs')
| -rw-r--r-- | MediaBrowser.Controller/Providers/ExtraInfo.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/MediaBrowser.Controller/Providers/ExtraInfo.cs b/MediaBrowser.Controller/Providers/ExtraInfo.cs deleted file mode 100644 index 1fbe6e93a..000000000 --- a/MediaBrowser.Controller/Providers/ExtraInfo.cs +++ /dev/null @@ -1,15 +0,0 @@ -using MediaBrowser.Model.Entities; - -namespace MediaBrowser.Controller.Providers -{ - public class ExtraInfo - { - public string Path { get; set; } - - public LocationType LocationType { get; set; } - - public bool IsDownloadable { get; set; } - - public ExtraType ExtraType { get; set; } - } -}
\ No newline at end of file |
