parent
31f285480a
commit
3beb10747f
@ -1,19 +0,0 @@
|
|||||||
using MediaBrowser.Common.Configuration;
|
|
||||||
using MediaBrowser.Model.Configuration;
|
|
||||||
|
|
||||||
namespace Jellyfin.LiveTv.EmbyTV
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// Class containing extension methods for working with the nfo configuration.
|
|
||||||
/// </summary>
|
|
||||||
public static class NfoConfigurationExtensions
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// Gets the nfo configuration.
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="configurationManager">The configuration manager.</param>
|
|
||||||
/// <returns>The nfo configuration.</returns>
|
|
||||||
public static XbmcMetadataOptions GetNfoConfiguration(this IConfigurationManager configurationManager)
|
|
||||||
=> configurationManager.GetConfiguration<XbmcMetadataOptions>("xbmcmetadata");
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in new issue