Interface PlaylistShuffleOptions

interface PlaylistShuffleOptions {
    rest?: boolean;
}

Properties

Properties

rest?: boolean