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-12 18:05:31 +02:00
2025-10-12 23:06:29 +02:00
2026-01-07 19:39:42 +01:00