aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/ExtraInfo.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-03-18 17:43:15 +0900
committerGitHub <noreply@github.com>2020-03-18 17:43:15 +0900
commita96c0a72b8574c563a91c7d5cf8aaf2541efe201 (patch)
treee7757b1d1b7bf74cedbd4d1ffc5a4db122739f65 /MediaBrowser.Controller/Providers/ExtraInfo.cs
parent3e3470e50358977759bb6edcde4fe1844806b71c (diff)
parent4f195f289cb4c63d067b50a34d0f63848e7911d5 (diff)
Merge pull request #2549 from dkanada/refactor
Refactor some provider classes
Diffstat (limited to 'MediaBrowser.Controller/Providers/ExtraInfo.cs')
-rw-r--r--MediaBrowser.Controller/Providers/ExtraInfo.cs15
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 413ff2e78..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; }
- }
-}