aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaBrowser.Controller.csproj
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-04 23:25:27 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-04 23:25:27 -0500
commitbf9e24502c26bc130960cebc6b1be16635070bc8 (patch)
tree4e7f07ec99b476b179ee4ef85d19860f3a73ee85 /MediaBrowser.Controller/MediaBrowser.Controller.csproj
parent4c725e69a8bb96da1f69fc3d958c680b77712f81 (diff)
extracted an installation manager interface
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
-rw-r--r--MediaBrowser.Controller/MediaBrowser.Controller.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
index 0fc97b049..bdf464bbf 100644
--- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj
+++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
@@ -185,7 +185,7 @@
<Compile Include="Providers\MediaInfo\FFProbeVideoInfoProvider.cs" />
<Compile Include="Sorting\BaseItemComparer.cs" />
<Compile Include="Sorting\SortOrder.cs" />
- <Compile Include="Updates\InstallationManager.cs" />
+ <Compile Include="Updates\IInstallationManager.cs" />
<Compile Include="Weather\IWeatherProvider.cs" />
<Compile Include="Providers\BaseItemXmlParser.cs" />
</ItemGroup>