aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2019-08-10 15:12:54 -0700
committerGitHub <noreply@github.com>2019-08-10 15:12:54 -0700
commit5c366e46975d7d541ecacedc0a80b1d269fde007 (patch)
treec87e88383c23c29fa6d93e7f84d4b52c3af55cfe /MediaBrowser.Controller
parent4f592e9c33081df54032c2aa3701b45d11c44a12 (diff)
parent25917db07a835bf0e5c6afdc0fec165851fffab2 (diff)
Merge pull request #1612 from Bond-009/warn4
Fix warnings
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/IServerApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs
index 3f8cc0b83..61b2c15ae 100644
--- a/MediaBrowser.Controller/IServerApplicationHost.cs
+++ b/MediaBrowser.Controller/IServerApplicationHost.cs
@@ -83,7 +83,7 @@ namespace MediaBrowser.Controller
void EnableLoopback(string appName);
- WakeOnLanInfo[] GetWakeOnLanInfo();
+ IEnumerable<WakeOnLanInfo> GetWakeOnLanInfo();
string ExpandVirtualPath(string path);
string ReverseVirtualPath(string path);