mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-11-02 04:53:19 +00:00
Fix property name in SaveLocation
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Lantean.QBitTorrentClient.Converters
|
||||
{
|
||||
writer.WriteNumberValue(0);
|
||||
}
|
||||
else if (value.IsDefaltFolder)
|
||||
else if (value.IsDefaultFolder)
|
||||
{
|
||||
writer.WriteNumberValue(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user