diff options
Diffstat (limited to 'plex.pls')
| -rw-r--r-- | plex.pls | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ $dbh->disconnect; my $mountpoint = md5_hex($cgi->remote_host. $$. time. int(rand(4294967296))); #signal encoder to start streaming to mountpoint & wait for confirmation -ssh($server, 'yashout', $filename, $mountpoint ); +ssh($server, 'yashout', $filename, $mountpoint, $port ); #send file back to client browser |
