From 1fcc694ed92305af9544fd854d156197825258e2 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 2 May 2019 03:31:01 +0700 Subject: [PATCH] Experiment with artwork thumbnail support --- build-data/BuildArtwork.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')