瀏覽代碼

added music folders view

Luke Pulverenti 9 年之前
父節點
當前提交
728a1ba610

+ 1 - 1
MediaBrowser.Controller/Entities/BaseItem.cs

@@ -46,7 +46,7 @@ namespace MediaBrowser.Controller.Entities
         /// <summary>
         /// <summary>
         /// The supported image extensions
         /// The supported image extensions
         /// </summary>
         /// </summary>
-        public static readonly string[] SupportedImageExtensions = { ".png", ".jpg", ".jpeg" };
+        public static readonly string[] SupportedImageExtensions = { ".png", ".jpg", ".jpeg", ".tbn" };
 
 
         public static readonly List<string> SupportedImageExtensionsList = SupportedImageExtensions.ToList();
         public static readonly List<string> SupportedImageExtensionsList = SupportedImageExtensions.ToList();
 
 

+ 3 - 0
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -354,6 +354,9 @@
     <Content Include="dashboard-ui\scripts\localsync.js">
     <Content Include="dashboard-ui\scripts\localsync.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>
+    <Content Include="dashboard-ui\scripts\musicfolders.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\scripts\mypreferenceshome.js">
     <Content Include="dashboard-ui\scripts\mypreferenceshome.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>