mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Add comment
This commit is contained in:
parent
a2f955e2eb
commit
be6ed3ec7b
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||
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(
|
||||
string path,
|
||||
Stream sourceStream,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue