Move downloads to new controller

This commit is contained in:
2020-07-21 22:02:55 -04:00
parent 6a18b1be58
commit 25b5d8ebc6
10 changed files with 126 additions and 104 deletions
+2 -1
View File
@@ -1004,7 +1004,7 @@
<Content Include="Views\MacroPartials\BannerLink.cshtml" />
<Content Include="Views\MacroPartials\Membership\Login.cshtml" />
<Content Include="Views\Queue\Index.cshtml" />
<Content Include="Views\Queue\DownloadNotFound.cshtml" />
<Content Include="Views\Shared\DownloadNotFound.cshtml" />
<Content Include="Views\Queue\Details.cshtml" />
<Content Include="Views\MacroPartials\BlogHighlights.cshtml" />
<Content Include="Views\MacroPartials\Queue.cshtml" />
@@ -1099,6 +1099,7 @@
<Compile Include="Backload\Helper\ResultCreator.Classic.cs" />
<Compile Include="Backload\Helper\ResultCreator.cs" />
<Compile Include="Controllers\CompileFlag.cs" />
<Compile Include="Controllers\DownloadController.cs" />
<Compile Include="Controllers\EnforceTrueAttribute.cs" />
<Compile Include="Controllers\ActionLogAttribute.cs" />
<Compile Include="Controllers\BackloadController.cs" />