mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-13 03:00:25 +01:00
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