10 lines
143 B
C#
10 lines
143 B
C#
|
|
namespace MediaBrowser.Model.Configuration
|
|
{
|
|
public enum ManualLoginCategory
|
|
{
|
|
Mobile,
|
|
MediaBrowserTheater
|
|
}
|
|
}
|