Skip to content

Commit

Permalink
addresses #225 for vlc (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
janeklb authored and mafintosh committed Jul 4, 2017
1 parent 375421c commit c21a89d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ var ontorrent = function (torrent) {
var timePaused = 0
var pausedAt = null

VLC_ARGS += ' --meta-title="' + filename.replace(/"/g, '\\"') + '"'

if (argv.all) {
filename = engine.torrent.name
filelength = engine.torrent.length
Expand Down

0 comments on commit c21a89d

Please sign in to comment.