mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
fix SA1513/SA1516
This commit is contained in:
@@ -229,6 +229,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
{
|
||||
return inJellyfinPath;
|
||||
}
|
||||
|
||||
var values = Environment.GetEnvironmentVariable("PATH");
|
||||
|
||||
foreach (var path in values.Split(Path.PathSeparator))
|
||||
|
||||
Reference in New Issue
Block a user