diff --git a/xbmc/video/VideoDatabase.cpp b/xbmc/video/VideoDatabase.cpp index 6335ff9385b60..ba4a1e51fc2a0 100644 --- a/xbmc/video/VideoDatabase.cpp +++ b/xbmc/video/VideoDatabase.cpp @@ -8925,6 +8925,7 @@ bool CVideoDatabase::GetMusicVideosByWhere(const std::string &baseDir, const Fil std::string path = std::to_string(record->at(0).get_asInt()); itemUrl.AppendPath(path); item->SetPath(itemUrl.ToString()); + item->SetDynPath(musicvideo.m_strFileNameAndPath); item->SetOverlayImage(CGUIListItem::ICON_OVERLAY_UNWATCHED, musicvideo.GetPlayCount() > 0); items.Add(item);