aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/IO/IIsoManager.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2019-08-18 03:19:27 -0700
committerGitHub <noreply@github.com>2019-08-18 03:19:27 -0700
commit25a590e8cd5305ea04ecea723e1b1d13a83203ac (patch)
tree94737aba34a263a1f864293c4cc8c70999e3ca87 /MediaBrowser.Model/IO/IIsoManager.cs
parent6766e04dd6d75acdd59e2612dea99bcaeb080cde (diff)
parentdc662beefeb918b6ae967acb9849a2856cfc3672 (diff)
Merge pull request #1636 from Bond-009/isomounter
Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors
Diffstat (limited to 'MediaBrowser.Model/IO/IIsoManager.cs')
-rw-r--r--MediaBrowser.Model/IO/IIsoManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/IO/IIsoManager.cs b/MediaBrowser.Model/IO/IIsoManager.cs
index 24b6e5f05..eb0cb4bfb 100644
--- a/MediaBrowser.Model/IO/IIsoManager.cs
+++ b/MediaBrowser.Model/IO/IIsoManager.cs
@@ -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.