Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
f69c8ba3
Commit
f69c8ba3
authored
Oct 23, 2013
by
Pierre SAGASPE
Committed by
Felix Paul Kühne
Oct 24, 2013
Browse files
Fix MultiDownload Queue (2)
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
75f1c453
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCDownloadViewController.m
View file @
f69c8ba3
...
...
@@ -147,9 +147,9 @@
}
else
{
[
_httpDownloader
downloadFileFromURL
:
_currentDownloads
[
0
]];
_humanReadableFilename
=
_httpDownloader
.
userReadableDownloadName
;
}
[
_currentDownloads
removeObjectAtIndex
:
0
];
[
_currentDownloadFilename
removeObjectAtIndex
:
0
];
}
}
}
else
if
([
downloadScheme
isEqualToString
:
@"ftp"
])
{
_currentDownloadType
=
kVLCDownloadViaFTP
;
...
...
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