aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mono/Native/BaseMonoApp.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Mono/Native/BaseMonoApp.cs')
-rw-r--r--MediaBrowser.Server.Mono/Native/BaseMonoApp.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mono/Native/BaseMonoApp.cs b/MediaBrowser.Server.Mono/Native/BaseMonoApp.cs
index 6d19c3275..fbfef9a34 100644
--- a/MediaBrowser.Server.Mono/Native/BaseMonoApp.cs
+++ b/MediaBrowser.Server.Mono/Native/BaseMonoApp.cs
@@ -69,6 +69,11 @@ namespace MediaBrowser.Server.Mono.Native
}
+ public void AllowSystemStandby()
+ {
+
+ }
+
public List<Assembly> GetAssembliesWithParts()
{
var list = new List<Assembly>();
@@ -217,6 +222,11 @@ namespace MediaBrowser.Server.Mono.Native
return GetInfo(Environment);
}
+ public void LaunchUrl(string url)
+ {
+ throw new NotImplementedException();
+ }
+
public static FFMpegInstallInfo GetInfo(NativeEnvironment environment)
{
var info = new FFMpegInstallInfo();