you-apps / RecordYou

Privacy focused recorder app built with MD3
https://you-apps.net
GNU General Public License v3.0
742 stars 32 forks source link

fix: Changing save directory makes the old recordings inaccessible #275

Closed SuhasDissa closed 6 months ago

SuhasDissa commented 6 months ago

fix: #269

Bnyro commented 6 months ago

The getOutputDir method should probably just return getOutputDirs().first() to avoid duplicated code?

SuhasDissa commented 6 months ago

The getOutputDir method should probably just return getOutputDirs().first() to avoid duplicated code?

it should be getOutputDirs().last()