Merge branch 'fix_typo_repeat_partition' into add_device_pairing_render_node

This commit is contained in:
schlagmichdoch 2023-01-06 16:34:04 +01:00
commit ee3d400de1

View file

@ -499,7 +499,7 @@ class FileChunker {
repeatPartition() {
this._offset -= this._partitionSize;
this._nextPartition();
this.nextPartition();
}
_isPartitionEnd() {