Files
jellyfin/MediaBrowser.UI/Configuration/UIApplicationPaths.cs
LukePulverenti Luke Pulverenti luke pulverenti 119dfc3ac7 Adding the UI to the same repo. Made some default theme progress
2012-09-20 11:25:22 -04:00

9 lines
161 B
C#

using MediaBrowser.Common.Kernel;
namespace MediaBrowser.UI.Configuration
{
public class UIApplicationPaths : BaseApplicationPaths
{
}
}