Files
resourcespace/plugins/video_tracks/hooks/upload_batch.php
2025-07-18 16:20:14 +07:00

8 lines
237 B
PHP

<?php
// Use same function as used after staticsync alt file
function HookVideo_tracksAllAfter_alt_upload($resource, $altfile="")
{
HookVideo_tracksAllStaticsync_after_alt ($resource, $altfile);
}