diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-06-19 13:42:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-19 13:42:43 -0400 |
| commit | 44c3424e16ad6a16e3b052aa4f49f4c4413f4220 (patch) | |
| tree | c8cf8b08f4c16d727a011682a716e3ba74067994 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 740d1bc8cfca4a3b5191828e2b354922e57e7f99 (diff) | |
| parent | f58a9194881f0c76ecc16a24c189c7aaa74e86f4 (diff) | |
Merge pull request #1861 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 78b7d2ccd..f4c0e7658 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -18,7 +18,7 @@ namespace MediaBrowser.Controller /// Gets the system info. /// </summary> /// <returns>SystemInfo.</returns> - SystemInfo GetSystemInfo(); + Task<SystemInfo> GetSystemInfo(); /// <summary> /// Gets a value indicating whether [supports automatic run at startup]. |
