The bug is easily fixed by correcting the file
\administrator\components\com_media\views\medialist\tmpl\thumbs_videos.php
by replacing
<a class="video-preview" href="<?php echo COM_MEDIA_BASEURL, '/', rawurlencode($video->name);
with
<a class="video-preview" href="<?php echo COM_MEDIA_BASEURL, '/', rawurlencode($video->path_relative);
path_relative is used by the image link machinery, but mistakenly missed here with videos.
| Category | Administration com_media | ⇒ | Administration |
| Status | New | ⇒ | Information Required |
I see a new status "Information Required". Is addition information required from the issue creator?
@Codereamp no addition Information required.
The Status was for me that there is an Question (by @tonypartridge) unanswered.
| Status | Information Required | ⇒ | Discussion |
@Codereamp @tonypartridge Please test PR #21156
| Status | Discussion | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-17 10:29:16 |
| Closed_By | ⇒ | franz-wohlkoenig |
| Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/21145
Can you do a PR please? I’ve noticed it too.