@@ -135,6 +135,7 @@ static const AudguiMenuItem sort_items[] = {
135135 MenuCommand (N_ (" By _Custom Title" ), nullptr , NONE , sort_custom_title),
136136 MenuCommand (N_ (" By C_omment" ), nullptr , NONE , sort_comment),
137137 MenuCommand (N_ (" By D_isc Number" ), nullptr , NONE , sort_disc),
138+ MenuCommand (N_ (" By Bitrate" ), nullptr , NONE , sort_bitrate),
138139 MenuCommand (N_ (" By File Created" ), nullptr , NONE , sort_file_created),
139140 MenuCommand (N_ (" By File Modified" ), nullptr , NONE , sort_file_modified),
140141 MenuSep (),
@@ -155,6 +156,7 @@ static const AudguiMenuItem sort_sel_items[] = {
155156 MenuCommand (N_ (" By _Custom Title" ), nullptr , NONE , sort_sel_custom_title),
156157 MenuCommand (N_ (" By C_omment" ), nullptr , NONE , sort_sel_comment),
157158 MenuCommand (N_ (" By D_isc Number" ), nullptr , NONE , sort_sel_disc),
159+ MenuCommand (N_ (" By Bitrate" ), nullptr , NONE , sort_sel_bitrate),
158160 MenuCommand (N_ (" By File Created" ), nullptr , NONE , sort_sel_file_created),
159161 MenuCommand (N_ (" By File Modified" ), nullptr , NONE , sort_sel_file_modified),
160162 MenuSep (),
0 commit comments