Document BrandingConfigurationFactory.cs
This commit is contained in:
parent
90e2564169
commit
4c0547f90c
|
@ -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[]
|
||||
|
|
Loading…
Reference in New Issue
Block a user