[vlc-commits] [Git][videolan/vlc][master] Qt: Fix metadata URL not cleared

Jean-Baptiste Kempf gitlab at videolan.org
Fri Jun 18 14:26:58 UTC 2021



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
13ecfd02 by Aashish Parmar at 2021-06-18T14:08:27+00:00
Qt: Fix metadata URL not cleared

Closes #22752

- - - - -


1 changed file:

- modules/gui/qt/dialogs/mediainfo/info_panels.cpp


Changes:

=====================================
modules/gui/qt/dialogs/mediainfo/info_panels.cpp
=====================================
@@ -346,6 +346,7 @@ void MetaPanel::clear()
     encodedby_text->clear();
     art_cover->clear();
     fingerprintButton->setVisible( false );
+    lblURL->clear();
 
     setEditMode( false );
     emit uriSet( "" );



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/13ecfd02a21fb1ceae45d6933312d05e763416d6

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/13ecfd02a21fb1ceae45d6933312d05e763416d6
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list