isolate .net specific methods in model project
This commit is contained in:
@@ -149,8 +149,10 @@ namespace MediaBrowser.ServerApplication.FFMpeg
|
||||
|
||||
//No Unix version available
|
||||
return new string[] { };
|
||||
|
||||
default:
|
||||
throw new ApplicationException("No ffmpeg download available for " + pid);
|
||||
}
|
||||
return new string[] { };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user