diff --git a/configuration.js b/configuration.js index 62a2477..8e975c7 100644 --- a/configuration.js +++ b/configuration.js @@ -32,6 +32,10 @@ angular // go to Global Settings dialog to see their description 'dir', 'conf-path', 'auto-file-renaming', 'max-connection-per-server', ]) +.constant('$downloadProps', [ // Similar to starred Quick Access properties but for adding new downloads. + // go to Advance Download Options when adding a new download to view the list of possible options + 'pause', 'dir', 'max-connection-per-server' +]) .constant('$globalTimeout', 1000) // interval to update the individual downloads ; diff --git a/index.html b/index.html index b13a360..764c3d5 100755 --- a/index.html +++ b/index.html @@ -651,6 +651,7 @@ http://ex1.com/f2.mp4 http://ex2.com/f2.mp4
+