From b51c59e583e03765a7f6a616207daca3c28cd71f Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 14 Sep 2021 10:35:46 -0400 Subject: [PATCH] Remove Video from play all query in photo albums --- src/components/playback/playbackmanager.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/playback/playbackmanager.js b/src/components/playback/playbackmanager.js index a3204516e8..ce0ca8963a 100644 --- a/src/components/playback/playbackmanager.js +++ b/src/components/playback/playbackmanager.js @@ -1812,7 +1812,8 @@ class PlaybackManager { // Setting this to true may cause some incorrect sorting Recursive: false, SortBy: options.shuffle ? 'Random' : 'SortName', - MediaTypes: 'Photo,Video', + // Only include Photos because we do not handle mixed queues currently + MediaTypes: 'Photo', Limit: 1000 }); } else if (firstItem.Type === 'MusicGenre') {