diff --git a/plugin/PlayLists/managerPlaylists.php b/plugin/PlayLists/managerPlaylists.php index 536104dc5..062fab9bb 100644 --- a/plugin/PlayLists/managerPlaylists.php +++ b/plugin/PlayLists/managerPlaylists.php @@ -1,397 +1,401 @@ <?php echo __("Users") . $config->getPageTitleSeparator() . $config->getWebSiteTitle(); ?>

" >
'; } else { echo ' '; } echo $value['name_translated']; ?>
">
" class="tab-pane fade ">
    0) { foreach ($rowsSubPlaylists as $row) { + $durationInSeconds += durationToSeconds($row["duration"]); ?>
  • _playlists_id_">
" class="tab-pane fade ">
    0) { + $durationInSeconds += durationToSeconds($row["duration"]); ?>
  • _playlists_id_">
'; echo ' ' . $isASerie['title']; echo ''; } if ($totalSubPlaylists) { echo ' ' . __('Collections') . ''; } if ($totalNOTSubPlaylists) { echo ' ' . __('Videos') . ''; } + echo ' ' . seconds2human($durationInSeconds) . ''; ?>