Fixed files error
This commit is contained in:
parent
e6686057c8
commit
f0369a07b3
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ app.controller 'BTorrentCtrl', ['$scope','$rootScope','$http','$log','$location'
|
|||
setInterval updateAll, 500
|
||||
|
||||
$rootScope.seedFiles = (files) ->
|
||||
if files?
|
||||
if files? && files.length > 0
|
||||
if files.length == 1
|
||||
dbg 'Seeding file ' + files[0].name
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue