diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-22 18:52:01 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-22 18:52:01 -0500 |
| commit | bd0a1b70d0fb293609683076f325cf655ef369ac (patch) | |
| tree | 0945be1946e4a8b4bb0c04e60b2d65a9b95309ad | |
| parent | d4adc9799c54b46c99a02cc2e74e62ea20f809e3 (diff) | |
rename autoorganize files
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/DashboardService.cs | 4 | ||||
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/MediaBrowser.WebDashboard/Api/DashboardService.cs b/MediaBrowser.WebDashboard/Api/DashboardService.cs index 209d4cdc3..ef1504ed5 100644 --- a/MediaBrowser.WebDashboard/Api/DashboardService.cs +++ b/MediaBrowser.WebDashboard/Api/DashboardService.cs @@ -476,6 +476,8 @@ namespace MediaBrowser.WebDashboard.Api "metadataadvanced.js", "appsplayback.js", "appsweather.js", + "autoorganizetv.js", + "autoorganizelog.js", "dashboardinfo.js", "dashboardpage.js", "directorybrowser.js", @@ -494,8 +496,6 @@ namespace MediaBrowser.WebDashboard.Api "itemgallery.js", "itemlistpage.js", "librarysettings.js", - "libraryfileorganizer.js", - "libraryfileorganizerlog.js", "livetvchannel.js", "livetvchannels.js", "livetvguide.js", diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 5ac7b6bbb..f1cc75864 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -169,10 +169,10 @@ <Content Include="dashboard-ui\encodingsettings.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\libraryfileorganizer.html">
+ <Content Include="dashboard-ui\autoorganizetv.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\libraryfileorganizerlog.html">
+ <Content Include="dashboard-ui\autoorganizelog.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\livetvchannel.html">
@@ -427,10 +427,10 @@ <Content Include="dashboard-ui\scripts\encodingsettings.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\scripts\libraryfileorganizer.js">
+ <Content Include="dashboard-ui\scripts\autoorganizetv.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\scripts\libraryfileorganizerlog.js">
+ <Content Include="dashboard-ui\scripts\autoorganizelog.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\scripts\librarymenu.js">
|
