mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix using spaces instead of %20 in the generated URL for file uploader
Add Wabbajack.sln back in
This commit is contained in:
parent
3e71b072b2
commit
abf8637146
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -58,6 +58,7 @@ namespace Wabbajack
|
||||
}
|
||||
finally
|
||||
{
|
||||
FinalUrl = FinalUrl.Replace(" ", "%20");
|
||||
_isUploading.OnNext(false);
|
||||
}
|
||||
}, IsUploading.StartWith(false).Select(u => !u)
|
||||
|
Loading…
Reference in New Issue
Block a user