diff --git a/CHANGELOG.md b/CHANGELOG.md index 028af23e0..ed899def9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Changed - Optimize database check for orphaned artwork +- Include web resources (CSS, JS) locally instead of relying on CDNs ## [26.1.0] - 2026-01-06 ### Added diff --git a/ErsatzTV/Pages/_Host.cshtml b/ErsatzTV/Pages/_Host.cshtml index e192b25bd..94ba43162 100644 --- a/ErsatzTV/Pages/_Host.cshtml +++ b/ErsatzTV/Pages/_Host.cshtml @@ -14,18 +14,15 @@ @if (Assembly.GetEntryAssembly().GetCustomAttribute<AssemblyConfigurationAttribute>()?.Configuration?.ToLower() != "release") { @(System.Environment.MachineName + " ") }ErsatzTV - - - - + - - - - - + + + + + @await Html.PartialAsync("../Shared/_Favicons")