Skip to content

Commit

Permalink
Use mpegts.js from a CDN (#252)
Browse files Browse the repository at this point in the history
Fixes #245

Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler authored Jan 9, 2025
1 parent dfefd20 commit 5b09f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OrcanodeMonitor/Pages/SpectralDensity.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ViewData["Title"] = "Spectral Density";
}

<script src="https://github.com/xqq/mpegts.js/releases/download/v1.8.0/mpegts.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mpegts.js@1.8.0/dist/mpegts.min.js"></script>
<div class="text-center">
<h1 class="display-4">Spectral Density of Audio From @Model.NodeName</h1>
As of: @Model.LastModified<br />
Expand Down

0 comments on commit 5b09f66

Please sign in to comment.