@@ -204,7 +204,9 @@ static const AudguiMenuItem sort_items[] = {
204204 MenuCommand (N_ (" By File Path" ), nullptr , NO_KEY , sort_path),
205205 MenuCommand (N_ (" By Custom Title" ), nullptr , NO_KEY , sort_custom_title),
206206 MenuCommand (N_ (" By Comment" ), nullptr , NO_KEY , sort_comment),
207- MenuCommand (N_ (" By Disc Number" ), nullptr , NO_KEY , sort_disc)
207+ MenuCommand (N_ (" By Disc Number" ), nullptr , NO_KEY , sort_disc),
208+ MenuCommand (N_ (" By File Created" ), nullptr , NO_KEY , sort_file_created),
209+ MenuCommand (N_ (" By File Modified" ), nullptr , NO_KEY , sort_file_modified)
208210};
209211
210212static const AudguiMenuItem sort_selected_items[] = {
@@ -220,7 +222,9 @@ static const AudguiMenuItem sort_selected_items[] = {
220222 MenuCommand (N_ (" By File Path" ), nullptr , NO_KEY , sort_sel_path),
221223 MenuCommand (N_ (" By Custom Title" ), nullptr , NO_KEY , sort_sel_custom_title),
222224 MenuCommand (N_ (" By Comment" ), nullptr , NO_KEY , sort_comment),
223- MenuCommand (N_ (" By Disc Number" ), nullptr , NO_KEY , sort_sel_disc)
225+ MenuCommand (N_ (" By Disc Number" ), nullptr , NO_KEY , sort_sel_disc),
226+ MenuCommand (N_ (" By File Created" ), nullptr , NO_KEY , sort_sel_file_created),
227+ MenuCommand (N_ (" By File Modified" ), nullptr , NO_KEY , sort_sel_file_modified)
224228};
225229
226230static const AudguiMenuItem playlist_sort_items[] = {
0 commit comments