Call the newly renamed function from tasks.py

This commit is contained in:
tcely 2025-06-02 10:15:22 -04:00 committed by GitHub
parent 90329a16f1
commit 73cb339888
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -692,7 +692,7 @@ def download_media(media_id, override=False):
media.download_finished(format_str, container, filepath)
save_model(media)
media.copy_thumbnail()
media.write_nfo()
media.write_nfo_file()
# Schedule a task to update media servers
schedule_media_servers_update()