---
title: skipToNextEntry()
framework: musickit
role: symbol
role_heading: Instance Method
path: musickit/musicplayer/skiptonextentry()
---

# skipToNextEntry()

Starts playback of the next entry in the playback queue.

## Declaration

```swift
func skipToNextEntry() async throws
```

## Discussion

Discussion If the music player isn’t playing, this method designates the next entry as the next to play. When you call this method, playback ends if the music player is already at the last entry in the playback queue.
