filmontv: fix tmdb match per le serie

This commit is contained in:
marco
2020-06-28 18:04:45 +02:00
parent ad42cf151e
commit 10399c5deb

View File

@@ -116,6 +116,8 @@ def peliculas(item, f=None, ):
channel=item.channel,
action='new_search',
title=support.typo(title + (' - ' + episode if episode else ''), 'bold'),
contentTitle=title if item.contentType == 'movie' else '',
contentSerieName=title if item.contentType == 'tvshow' else '',
fulltitle=title,
search_text=title,
mode=item.contentType,
@@ -124,7 +126,6 @@ def peliculas(item, f=None, ):
channel_name=channel,
plot=plot,
infoLabels={
'title': title,
'director': director,
'genre': genres,
'country': country,