2012-07-23 15:05:30 +00:00
|
|
|
|
using System.Collections.Generic;
|
2012-07-31 03:38:00 +00:00
|
|
|
|
using MediaBrowser.Common.Configuration;
|
2012-07-21 18:39:47 +00:00
|
|
|
|
|
|
|
|
|
namespace MediaBrowser.Controller.Configuration
|
|
|
|
|
{
|
2012-07-29 15:19:25 +00:00
|
|
|
|
public class ServerConfiguration : BaseApplicationConfiguration
|
2012-07-21 18:39:47 +00:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|