mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 03:11:51 +00:00
Fixed: URL Base for favicon and Apple Touch icons
This commit is contained in:
parent
10214bff42
commit
8a0e873eb5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class IndexHtmlMapper : StaticResourceMapperBase
|
||||||
private readonly IAnalyticsService _analyticsService;
|
private readonly IAnalyticsService _analyticsService;
|
||||||
private readonly Func<ICacheBreakerProvider> _cacheBreakProviderFactory;
|
private readonly Func<ICacheBreakerProvider> _cacheBreakProviderFactory;
|
||||||
private readonly string _indexPath;
|
private readonly string _indexPath;
|
||||||
private static readonly Regex ReplaceRegex = new Regex("(?<=(?:href|src)=\").*?(css|js)(?=\")", RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
private static readonly Regex ReplaceRegex = new Regex("(?<=(?:href|src)=\").*?(css|js|png|ico|ics)(?=\")", RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
||||||
|
|
||||||
private static String API_KEY;
|
private static String API_KEY;
|
||||||
private static String URL_BASE;
|
private static String URL_BASE;
|
||||||
|
|
Loading…
Reference in a new issue