diff --git a/plugin.video.alfa/channels/mundoflv.py b/plugin.video.alfa/channels/mundoflv.py index 1d237b9d..29ec8ee1 100755 --- a/plugin.video.alfa/channels/mundoflv.py +++ b/plugin.video.alfa/channels/mundoflv.py @@ -606,6 +606,8 @@ def findvideos(item): url = scrapedurl idioma = audio[scrapedidioma] server = scrapedserver.strip(' ') + if server == 'streamin': + server = 'streaminto' title = item.contentSerieName + ' ' + str(item.contentSeasonNumber) + 'x' + str( item.contentEpisodeNumber) + ' ' + idioma + ' (' + server + ')'