Fix external sub conflict

This commit is contained in:
Matt 2021-07-08 19:19:18 -04:00
parent 2023188e30
commit 6c9d6e8593
2 changed files with 4 additions and 2 deletions

View file

@ -513,7 +513,7 @@ class PlayUtils(object):
LOG.info("[ subtitles/%s ] %s", index, url)
if 'Language' in stream:
filename = "Stream.%s.%s" % (stream['Language'], stream['Codec'])
filename = "%s.%s.%s" % (source['Id'], stream['Language'], stream['Codec'])
try:
subs.append(self.download_external_subs(url, filename))