RandomNinjaAtk / arr-scripts

Extended Container Scripts - Automation scripts to make life easier!
GNU General Public License v3.0
756 stars 74 forks source link

Fixing Audio script referencing static download path. #280

Closed ghost closed 4 months ago

ghost commented 4 months ago

Moving audio script to use the downloadPath variable instead of statis path.

This is causing issues with docker images if the path is not mounted as a volume as per the default settings.

RandomNinjaAtk commented 4 months ago

This should be using importPath and not downloadPath if your going to adjust it. Please change it to importPath and I'll merge it.

Thanks

edit: Good Catch

ghost commented 4 months ago

Thanks for catching that!

Appreciate the work!

RandomNinjaAtk commented 4 months ago

Thx for the contribution and good catch!