Fix using spaces instead of %20 in the generated URL for file uploader

Add Wabbajack.sln back in
This commit is contained in:
trawzified 2020-04-26 14:02:03 +02:00
parent 3e71b072b2
commit abf8637146
3 changed files with 893 additions and 702 deletions

File diff suppressed because one or more lines are too long

View File

@ -58,6 +58,7 @@ namespace Wabbajack
}
finally
{
FinalUrl = FinalUrl.Replace(" ", "%20");
_isUploading.OnNext(false);
}
}, IsUploading.StartWith(false).Select(u => !u)