Merge pull request #829 from croneter/fix-transcoding

Fix transcoding not working
This commit is contained in:
croneter 2019-04-14 14:55:46 +02:00 committed by GitHub
commit 86c6e44ad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1439,7 +1439,7 @@ class API(object):
# Path/key to VIDEO item of xml PMS response is needed, not part
path = self.item.get('key')
transcode_path = app.CONN.server + \
'/video/:/transcode/universal/start.m3u8?'
'/video/:/transcode/universal/start.m3u8'
args = {
'audioBoost': utils.settings('audioBoost'),
'autoAdjustQuality': 0,