|
@@ -1,13 +1,15 @@
|
|
|
-#pragma warning disable CS1591
|
|
|
-
|
|
|
using System.Collections.Generic;
|
|
|
using MediaBrowser.Common.Configuration;
|
|
|
using MediaBrowser.Model.Branding;
|
|
|
|
|
|
namespace Emby.Server.Implementations.Branding
|
|
|
{
|
|
|
+ /// <summary>
|
|
|
+ /// Branding configuration factory.
|
|
|
+ /// </summary>
|
|
|
public class BrandingConfigurationFactory : IConfigurationFactory
|
|
|
{
|
|
|
+ /// <inheritdoc />
|
|
|
public IEnumerable<ConfigurationStore> GetConfigurations()
|
|
|
{
|
|
|
return new[]
|