resume glitch fix
This commit is contained in:
parent
3cc42f1626
commit
3b893edfaa
|
@ -242,7 +242,7 @@
|
|||
</button>
|
||||
|
||||
<button
|
||||
ng-show="hasStatus(download, 'paused')"
|
||||
ng-show="hasStatus(download, ['paused', 'waiting'])"
|
||||
class="btn"
|
||||
ng-click="resume(download)">
|
||||
<i class="icon-play"></i>
|
||||
|
|
Loading…
Reference in New Issue
Block a user