[vlc-commits] [Git][videolan/vlc][master] qt/playlist_controller: Add 'Date' filter

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Thu Jul 14 09:06:31 UTC 2022



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
7ae453c8 by Benjamin Arnaud at 2022-07-14T08:51:44+00:00
qt/playlist_controller: Add 'Date' filter

For some reason this filter was missing from the filters declaration.

- - - - -


1 changed file:

- modules/gui/qt/playlist/playlist_controller_p.hpp


Changes:

=====================================
modules/gui/qt/playlist/playlist_controller_p.hpp
=====================================
@@ -84,6 +84,7 @@ private:
         filler(PlaylistControllerModel::SORT_KEY_ALBUM, qtr("Album"));
         filler(PlaylistControllerModel::SORT_KEY_ALBUM_ARTIST, qtr( "Album Artist"));
         filler(PlaylistControllerModel::SORT_KEY_GENRE, qtr("Genre"));
+        filler(PlaylistControllerModel::SORT_KEY_DATE, qtr("Date"));
         filler(PlaylistControllerModel::SORT_KEY_TRACK_NUMBER, qtr( "Track Number"));
         filler(PlaylistControllerModel::SORT_KEY_DISC_NUMBER, qtr( "Disc Number"));
         filler(PlaylistControllerModel::SORT_KEY_URL, qtr("URL"));



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7ae453c80a23fabd73c9c4f5457f3ac9002178e5

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


VideoLAN code repository instance


More information about the vlc-commits mailing list