Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
2bcac046
Commit
2bcac046
authored
Jan 12, 2022
by
Francesc Guasch
Browse files
refactor: remove empty device
parent
3a44955b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Request.pm
View file @
2bcac046
...
...
@@ -779,7 +779,6 @@ sub _check_downloading($self) {
);
$sth
->
execute
(
$id_iso
,
$iso_file
);
my
(
$id_iso2
,
$downloading
,
$device
,
$has_cd
)
=
$sth
->
fetchrow
;
return
if
!
$downloading
&&
$device
;
my
$req_download
=
_search_request
('
download
',
id_iso
=>
$id_iso2
);
if
(
$has_cd
&&
!
$device
&&
!
$req_download
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment