diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-04 00:18:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-04 00:18:36 -0400 |
| commit | 25125377e53ac1ff795dd43876ebc08afe04bfc5 (patch) | |
| tree | cb656570c4f411091378ca7bb733cf13002b5aca /MediaBrowser.WebDashboard | |
| parent | d9dcd21c47b95919745ec7b5058383357fd73d65 (diff) | |
update hls
Diffstat (limited to 'MediaBrowser.WebDashboard')
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/PackageCreator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.WebDashboard/Api/PackageCreator.cs b/MediaBrowser.WebDashboard/Api/PackageCreator.cs index 79e2d61023..01c2a4104e 100644 --- a/MediaBrowser.WebDashboard/Api/PackageCreator.cs +++ b/MediaBrowser.WebDashboard/Api/PackageCreator.cs @@ -477,7 +477,7 @@ namespace MediaBrowser.WebDashboard.Api var tags = files.Select(s => { - if (s.IndexOf("require", StringComparison.OrdinalIgnoreCase) == -1) + if (s.IndexOf("require", StringComparison.OrdinalIgnoreCase) == -1 && s.IndexOf("alameda", StringComparison.OrdinalIgnoreCase) == -1) { return string.Format("<script src=\"{0}\" async></script>", s); } |
