aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/ApiClient/WakeOnLanInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/ApiClient/WakeOnLanInfo.cs')
-rw-r--r--MediaBrowser.Model/ApiClient/WakeOnLanInfo.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/MediaBrowser.Model/ApiClient/WakeOnLanInfo.cs b/MediaBrowser.Model/ApiClient/WakeOnLanInfo.cs
deleted file mode 100644
index f7a3c4ebb..000000000
--- a/MediaBrowser.Model/ApiClient/WakeOnLanInfo.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-namespace MediaBrowser.Model.ApiClient
-{
- public class WakeOnLanInfo
- {
- public string MacAddress { get; set; }
- public int Port { get; set; }
-
- public WakeOnLanInfo()
- {
- Port = 9;
- }
- }
-} \ No newline at end of file