Lukas 2a85a2bc18 Fix permission error when copying files to network directory
- Replace shutil.copy2() with shutil.copyfile() in enhanced_provider.py
- Replace shutil.copy() with shutil.copyfile() in aniworld_provider.py
- copyfile() only copies content, avoiding metadata permission issues
2026-01-09 19:18:57 +01:00
..
2025-10-23 18:10:34 +02:00
2025-09-29 21:18:42 +02:00
2025-10-23 19:41:24 +02:00