Browse Source

Add comment

Bond_009 5 years ago
parent
commit
be6ed3ec7b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MediaBrowser.WebDashboard/Api/PackageCreator.cs

+ 1 - 0
MediaBrowser.WebDashboard/Api/PackageCreator.cs

@@ -47,6 +47,7 @@ namespace MediaBrowser.WebDashboard.Api
             return string.Equals(Path.GetExtension(path), ".html", StringComparison.OrdinalIgnoreCase);
             return string.Equals(Path.GetExtension(path), ".html", StringComparison.OrdinalIgnoreCase);
         }
         }
 
 
+        // Modifies the HTML by adding common meta tags, css and js.
         public async Task<Stream> ModifyHtml(
         public async Task<Stream> ModifyHtml(
             string path,
             string path,
             Stream sourceStream,
             Stream sourceStream,