Merge pull request #3762 from murphy52589/songs-random-sort

Add random sorting to songs
This commit is contained in:
Bill Thornton 2022-07-27 01:07:18 -04:00 committed by GitHub
commit 7e273aa14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,6 +191,9 @@ export default function (view, params, tabContent) {
}, {
name: globalize.translate('Runtime'),
id: 'Runtime,AlbumArtist,Album,SortName'
}, {
name: globalize.translate('OptionRandom'),
id: 'Random,SortName'
}],
callback: function () {
getQuery(tabContent).StartIndex = 0;