Update MediaBrowser.Controller/SyncPlay/Queue/PlayQueueManager.cs

This commit is contained in:
BaronGreenback 2020-10-22 13:29:09 +01:00 committed by GitHub
parent 1b8adf0f7c
commit f6ab98507e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -486,7 +486,10 @@ namespace MediaBrowser.Controller.SyncPlay
ShufflePlaylist();
break;
default:
if (!ShuffleMode.Equals(mode))
{
SortShuffledPlaylist();
}
break;
}
}