update sync process

This commit is contained in:
Luke Pulverenti 2015-09-24 13:08:10 -04:00
parent 4e90d73203
commit 76875e17ee
2 changed files with 3 additions and 2 deletions

View file

@ -606,7 +606,6 @@ namespace MediaBrowser.WebDashboard.Api
"appsettings.js",
"mediaplayer.js",
"mediaplayer-video.js",
"nowplayingbar.js",
"alphapicker.js",
"directorybrowser.js",
"collectioneditor.js",
@ -656,7 +655,6 @@ namespace MediaBrowser.WebDashboard.Api
"thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.structure.css",
"css/site.css",
"css/chromecast.css",
"css/nowplayingbar.css",
"css/mediaplayer.css",
"css/mediaplayer-video.css",
"css/librarymenu.css",

View file

@ -252,6 +252,9 @@
<Content Include="dashboard-ui\components\imageeditor\imageeditor.template.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\favorites.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\livetvguideprovider.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>