This repository was archived by the owner on Nov 4, 2025. It is now read-only.
Commit 504ac68
authored
Fix storeMediaFile logic
Currently, when `skip` is true and `deleteExisting` is true the `storeMediaFile` will simply delete the media file.
However, the intended behavior should be to not touch the media file when both conditions are true.1 parent 5774ef7 commit 504ac68
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
654 | | - | |
655 | 653 | | |
656 | 654 | | |
657 | 655 | | |
| |||
669 | 667 | | |
670 | 668 | | |
671 | 669 | | |
| 670 | + | |
| 671 | + | |
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
| |||
0 commit comments