diff options
| author | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-09-20 11:25:22 -0400 |
|---|---|---|
| committer | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-09-20 11:25:22 -0400 |
| commit | 119dfc3ac70db7536e86191eb3c89ffa1fd4f576 (patch) | |
| tree | 1e1deafbcba09b5ffd40ac6883207de778d707e7 /MediaBrowser.UI/Configuration/UIApplicationPaths.cs | |
| parent | d8c01ded6eb57ba312e1cd62c4fa51dbcce6053a (diff) | |
Adding the UI to the same repo. Made some default theme progress
Diffstat (limited to 'MediaBrowser.UI/Configuration/UIApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.UI/Configuration/UIApplicationPaths.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.UI/Configuration/UIApplicationPaths.cs b/MediaBrowser.UI/Configuration/UIApplicationPaths.cs new file mode 100644 index 000000000..07cb54fc1 --- /dev/null +++ b/MediaBrowser.UI/Configuration/UIApplicationPaths.cs @@ -0,0 +1,8 @@ +using MediaBrowser.Common.Kernel;
+
+namespace MediaBrowser.UI.Configuration
+{
+ public class UIApplicationPaths : BaseApplicationPaths
+ {
+ }
+}
|
