Single video handling added
This commit is contained in:
parent
6fb6a90a6a
commit
966e85d69d
2 changed files with 3 additions and 1 deletions
|
@ -103,6 +103,8 @@
|
|||
<li><a role="menuitem" tabindex="-1"
|
||||
href="view_conversion_log.php?file_name={$video.file_name}">File
|
||||
conversion details</a></li>
|
||||
<li><a role="menuitem" tabindex="-1" href="?reconvert_video={$video.videoid}">Re Convert</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li><a role="menuitem" tabindex="-1" href="?delete_video={$video.videoid}">Delete</a>
|
||||
</li>
|
||||
|
|
|
@ -25,7 +25,7 @@ if(!defined('SUB_PAGE')){
|
|||
define('SUB_PAGE', 'Videos Manager');
|
||||
}
|
||||
|
||||
if (isset($_POST['reconvert_selected'])) {
|
||||
if (isset($_POST['reconvert_selected']) || isset($_GET['reconvert_video'])) {
|
||||
reConvertVideos();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue