Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
aa49c6978f
2 changed files with 2 additions and 1 deletions
2
200.jade
2
200.jade
|
@ -17,7 +17,7 @@ html(ng-app='BTorrent', lang='en')
|
|||
header
|
||||
h1
|
||||
| βTorrent
|
||||
span.version v0.12.0
|
||||
span.version v0.12.1
|
||||
#view(ng-view)
|
||||
footer
|
||||
a.button(href="https://github.com/DiegoRBaquero/BTorrent/issues", target="_blank")
|
||||
|
|
|
@ -125,6 +125,7 @@ app.controller 'BTorrentCtrl', ['$scope','$rootScope','$http','$log','$location'
|
|||
file.select(file.priority)
|
||||
|
||||
$rootScope.onTorrent = (torrent, isSeed) ->
|
||||
dbg torrent.magnetURI
|
||||
torrent.safeTorrentFileURL = torrent.torrentFileBlobURL
|
||||
torrent.fileName = torrent.name + '.torrent'
|
||||
if !isSeed
|
||||
|
|
Loading…
Reference in a new issue