Merge pull request #1123 from croneter/fix-sub-size
Fix adjusted subtitle size not working when burning in subtitles
This commit is contained in:
commit
7a0cad9734
1 changed files with 1 additions and 1 deletions
|
@ -1089,7 +1089,7 @@ def transcoding_arguments(path, media, part, playmethod, args=None):
|
|||
# Essentially indicating what you want to do with subtitles and state
|
||||
# you aren’t want it to burn them into the video (requires transcoding)
|
||||
# 'subtitles': 'none',
|
||||
# 'subtitleSize': utils.settings('subtitleSize')
|
||||
'subtitleSize': utils.settings('subtitleSize'),
|
||||
'copyts': 1
|
||||
}
|
||||
if args:
|
||||
|
|
Loading…
Reference in a new issue