diff options
Diffstat (limited to 'scrapmanager.h')
-rw-r--r-- | scrapmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scrapmanager.h b/scrapmanager.h index 6899a2f..a65446a 100644 --- a/scrapmanager.h +++ b/scrapmanager.h @@ -75,6 +75,7 @@ class cScrapManager { bool GetSeries(cSeries *series); bool GetMovie(cMovie *movie); bool GetPosterBanner(ScraperGetPosterBanner *call); + bool GetPosterBannerV2(ScraperGetPosterBannerV2 *call); bool GetPoster(ScraperGetPoster *call); bool GetPosterThumb(ScraperGetPosterThumb *call); }; |