diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-02-06 22:24:18 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-02-06 22:24:18 -0500 |
| commit | b398b4eaabad357027dbcf2a210edcada8a984fd (patch) | |
| tree | 9dad1e9409b6c1eb0f4110d4795ee276546aba6d /MediaBrowser.Model.Portable | |
| parent | bc6c0bd0b7ec6f57651c21726f66f9cf7a69cba3 (diff) | |
| parent | c02635c2569b0dfe2144c337cc0f8591e55c528c (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.csproj | 3 |
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> |
