fix: missing plex.tv url in images remotePatterns (#1356)

This fixes a 400 error while fetching user's avatar from plex api during user import.
This commit is contained in:
0xsysr3ll
2025-02-14 15:28:26 +01:00
committed by GitHub
parent 9a2c12e51c
commit b29959b063

View File

@@ -11,6 +11,7 @@ module.exports = {
{ hostname: 'gravatar.com' },
{ hostname: 'image.tmdb.org' },
{ hostname: 'artworks.thetvdb.com' },
{ hostname: 'plex.tv' },
],
},
webpack(config) {