Skip to content

Commit

Permalink
fix streaming server settings usage in load action
Browse files Browse the repository at this point in the history
  • Loading branch information
unclekingpin committed Jun 9, 2024
1 parent 4699db3 commit 8e3fd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/withStreamingServer/withStreamingServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function withStreamingServer(Video) {
video.dispatch({ type: 'command', commandName: 'unload' });
loadArgs = commandArgs;
onPropChanged('stream');
convertStream(commandArgs.streamingServerURL, commandArgs.stream, commandArgs.seriesInfo, convertStream.streamingServerSettings)
convertStream(commandArgs.streamingServerURL, commandArgs.stream, commandArgs.seriesInfo, commandArgs.streamingServerSettings)
.then(function(result) {
var mediaURL = result.url;
var infoHash = result.infoHash;
Expand Down

0 comments on commit 8e3fd7e

Please sign in to comment.