This website requires JavaScript.
Explore
Help
Register
Sign In
lgladsden
/
jellyfin-server
Watch
1
Star
0
Fork
0
You've already forked jellyfin-server
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f1770605ea
jellyfin-server
/
MediaBrowser.Common
/
Kernel
/
KernelContext.cs
10 lines
123 B
C#
Raw
Normal View
History
Unescape
Escape
Added a BaseKernel for the UI and Server to share, and made some other minor re-organizations.
2012-07-21 18:39:47 +00:00
namespace
MediaBrowser.Common.Kernel
{
public
enum
KernelContext
{
Server
,
More code cleanups
2012-09-11 19:37:14 +00:00
Ui
Added a BaseKernel for the UI and Server to share, and made some other minor re-organizations.
2012-07-21 18:39:47 +00:00
}
}
Reference in New Issue
Copy Permalink