mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 11:28:27 +01:00
Some minor code cleanups
This commit is contained in:
parent
016590529f
commit
670a53258e
@@ -32,7 +32,7 @@ namespace MediaBrowser.Api.HttpHandlers
|
||||
|
||||
string path = Path.Combine(Kernel.Instance.ApplicationPaths.PluginsPath, filename);
|
||||
|
||||
return new StaticFileHandler() { Path = path }.ProcessRequest(ctx);
|
||||
return new StaticFileHandler { Path = path }.ProcessRequest(ctx);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user