diff --git a/xbmc/video/VideoDatabase.cpp b/xbmc/video/VideoDatabase.cpp index 8a634c19dd656..f811d2c939f7d 100644 --- a/xbmc/video/VideoDatabase.cpp +++ b/xbmc/video/VideoDatabase.cpp @@ -8457,9 +8457,10 @@ std::vector CVideoDatabase::CleanMediaType(const std::string &mediaType, co CGUIDialogYesNo* pDialog = (CGUIDialogYesNo*)g_windowManager.GetWindow(WINDOW_DIALOG_YES_NO); if (pDialog != NULL) { + CURL parentUrl(parentPath); pDialog->SetHeading(15012); pDialog->SetLine(1, 15013); - pDialog->SetLine(2, parentPath); + pDialog->SetLine(2, parentUrl.GetWithoutUserDetails()); pDialog->SetChoice(0, 15015); pDialog->SetChoice(1, 15014);