aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model.Portable
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-02-06 22:24:18 -0500
committerLuke <luke.pulverenti@gmail.com>2016-02-06 22:24:18 -0500
commitb398b4eaabad357027dbcf2a210edcada8a984fd (patch)
tree9dad1e9409b6c1eb0f4110d4795ee276546aba6d /MediaBrowser.Model.Portable
parentbc6c0bd0b7ec6f57651c21726f66f9cf7a69cba3 (diff)
parentc02635c2569b0dfe2144c337cc0f8591e55c528c (diff)
Merge pull request #1432 from softworkz/SeriesDetectionV2
Supersedes #1192: Auto-Organize - Added feature to remember/persist series matching in manual organization dialog
Diffstat (limited to 'MediaBrowser.Model.Portable')
-rw-r--r--MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj
index b8c64b6431..cea13f86e9 100644
--- a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj
+++ b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj
@@ -668,6 +668,9 @@
<Compile Include="..\MediaBrowser.Model\FileOrganization\FileSortingStatus.cs">
<Link>FileOrganization\FileSortingStatus.cs</Link>
</Compile>
+ <Compile Include="..\MediaBrowser.Model\FileOrganization\SmartMatchInfo.cs">
+ <Link>FileOrganization\SmartMatchInfo.cs</Link>
+ </Compile>
<Compile Include="..\MediaBrowser.Model\FileOrganization\TvFileOrganizationOptions.cs">
<Link>FileOrganization\TvFileOrganizationOptions.cs</Link>
</Compile>