Fixed: MediaCover endpoint

This commit is contained in:
Qstick 2017-12-13 21:51:19 -05:00
parent 8f98fb6c4e
commit 0981260887
2 changed files with 4 additions and 2 deletions

View file

@ -52,6 +52,7 @@ namespace Lidarr.Http.Frontend.Mappers
resourceUrl = resourceUrl.ToLowerInvariant();
return !resourceUrl.StartsWith("/content") &&
!resourceUrl.StartsWith("/mediacover") &&
!resourceUrl.Contains(".") &&
!resourceUrl.StartsWith("/login");