diff --git a/build-data/BuildArtwork.groovy b/build-data/BuildArtwork.groovy index c7842cc0..b28a1e5a 100755 --- a/build-data/BuildArtwork.groovy +++ b/build-data/BuildArtwork.groovy @@ -88,4 +88,4 @@ void build(ids, section, db, query) { build(MediaDetection.seriesIndex.object.id as Set, 'thetvdb', TheTVDB, 'poster') -build(MediaDetection.movieIndex.object.id as Set, 'themoviedb', TheMovieDB, 'posters') +build(MediaDetection.movieIndex.object.tmdbId as Set, 'themoviedb', TheMovieDB, 'posters')