mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Fixed MediaCover endpoint.
This commit is contained in:
committed by
Leonardo Galli
parent
72a12a73af
commit
efbb587290
@@ -52,6 +52,7 @@ namespace NzbDrone.Api.Frontend.Mappers
|
||||
resourceUrl = resourceUrl.ToLowerInvariant();
|
||||
|
||||
return !resourceUrl.StartsWith("/content") &&
|
||||
!resourceUrl.StartsWith("/mediacover") &&
|
||||
!resourceUrl.Contains(".") &&
|
||||
!resourceUrl.StartsWith("/login");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user