mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 00:08:29 +01:00
Merge pull request #1636 from Bond-009/isomounter
Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace MediaBrowser.Model.IO
|
||||
{
|
||||
public interface IIsoManager : IDisposable
|
||||
public interface IIsoManager
|
||||
{
|
||||
/// <summary>
|
||||
/// Mounts the specified iso path.
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace MediaBrowser.Model.IO
|
||||
{
|
||||
public interface IIsoMounter : IDisposable
|
||||
public interface IIsoMounter
|
||||
{
|
||||
/// <summary>
|
||||
/// Mounts the specified iso path.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
namespace MediaBrowser.Model.Plugins
|
||||
{
|
||||
/// <summary>
|
||||
/// Class BasePluginConfiguration
|
||||
/// Class BasePluginConfiguration.
|
||||
/// </summary>
|
||||
public class BasePluginConfiguration
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user