mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
remove use of Environment
This commit is contained in:
parent
da7d61be5a
commit
e508752191
@ -136,8 +136,6 @@ namespace MediaBrowser.Api
|
||||
{
|
||||
var result = new DefaultDirectoryBrowserInfo();
|
||||
|
||||
if (Environment.OSVersion.Platform == PlatformID.Unix)
|
||||
{
|
||||
try
|
||||
{
|
||||
var qnap = "/share/CACHEDEV1_DATA";
|
||||
@ -150,7 +148,6 @@ namespace MediaBrowser.Api
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
return ToOptimizedResult(result);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user