mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-29 19:28:27 -07:00
Fixed: MediaCover endpoint
This commit is contained in:
parent
8f98fb6c4e
commit
0981260887
2 changed files with 4 additions and 2 deletions
|
@ -52,6 +52,7 @@ namespace Lidarr.Http.Frontend.Mappers
|
|||
resourceUrl = resourceUrl.ToLowerInvariant();
|
||||
|
||||
return !resourceUrl.StartsWith("/content") &&
|
||||
!resourceUrl.StartsWith("/mediacover") &&
|
||||
!resourceUrl.Contains(".") &&
|
||||
!resourceUrl.StartsWith("/login");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue