This website requires JavaScript.
Explore
Help
Sign In
cotugno
/
jellyfin
Watch
2
Fork
0
You've already forked jellyfin
mirror of
https://github.com/jellyfin/jellyfin.git
synced
2024-11-17 02:49:05 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
845554722e
jellyfin
/
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 11:39:47 -07:00
namespace
MediaBrowser.Common.Kernel
{
public
enum
KernelContext
{
Server
,
More code cleanups
2012-09-11 12:37:14 -07:00
Ui
Added a BaseKernel for the UI and Server to share, and made some other minor re-organizations.
2012-07-21 11:39:47 -07:00
}
}
Reference in New Issue
Copy Permalink