Formatting

This commit is contained in:
Neil Burrows 2022-07-04 10:33:51 +01:00
parent f12bf93ebb
commit 2aca107281
2 changed files with 3 additions and 4 deletions

View File

@ -344,13 +344,13 @@ sub Main (args as dynamic) as void
if node.state = "finished"
node.control = "stop"
' If node allows retrying using Transcode Url, give that shot
' If node allows retrying using Transcode Url, give that shot
if node.retryWithTranscoding
retryVideo = CreateVideoPlayerGroup(node.Id, invalid, node.audioIndex, true)
m.global.sceneManager.callFunc("popScene")
if retryVideo <> invalid
m.global.sceneManager.callFunc("pushScene", retryVideo)
end if
end if
else if node.showID = invalid
sceneManager.callFunc("popScene")
else

View File

@ -91,8 +91,7 @@ function getDeviceProfile() as object
"Protocol": "hls",
"MaxAudioChannels": StrI(maxAudioChannels), ' Currently Jellyfin server expects this as a string
"MinSegments": "1",
"BreakOnNonKeyFrames": true,
' "VideoLevel": "42"
"BreakOnNonKeyFrames": true
},
{
"Container": "mp4",