1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Experiment with artwork thumbnail support

This commit is contained in:
Reinhard Pointner 2019-05-02 22:10:38 +07:00
parent 65a2ec954f
commit 46084b5576

View File

@ -87,5 +87,5 @@ void build(ids, section, db, query) {
build(MediaDetection.seriesIndex.object.id as Set, 'thetvdb', TheTVDB, 'poster')
build(MediaDetection.movieIndex.object.tmdbId as Set, 'themoviedb', TheMovieDB, 'posters')
build(MediaDetection.seriesIndex.object.id as HashSet, 'thetvdb', TheTVDB, 'poster')
build(MediaDetection.movieIndex.object.tmdbId as HashSet, 'themoviedb', TheMovieDB, 'posters')