9 lines
161 B
C#
9 lines
161 B
C#
|
using MediaBrowser.Common.Kernel;
|
|||
|
|
|||
|
namespace MediaBrowser.UI.Configuration
|
|||
|
{
|
|||
|
public class UIApplicationPaths : BaseApplicationPaths
|
|||
|
{
|
|||
|
}
|
|||
|
}
|