1
0
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:
Taloth Saldono
2017-12-13 20:18:29 +01:00
committed by Leonardo Galli
parent 72a12a73af
commit efbb587290
2 changed files with 4 additions and 2 deletions
@@ -52,6 +52,7 @@ namespace NzbDrone.Api.Frontend.Mappers
resourceUrl = resourceUrl.ToLowerInvariant();
return !resourceUrl.StartsWith("/content") &&
!resourceUrl.StartsWith("/mediacover") &&
!resourceUrl.Contains(".") &&
!resourceUrl.StartsWith("/login");
}