Autoplay when Play or Shuffle
This commit is contained in:
@@ -22,6 +22,8 @@ export default class PhotoPlayer {
|
||||
startIndex: index,
|
||||
interval: 11000,
|
||||
interactive: true,
|
||||
// playbackManager.shuffle has no options. So treat 'shuffle' as a 'play' action
|
||||
autoplay: options.autoplay || options.shuffle,
|
||||
user: result
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user