---
title: push
framework: tvmljs
role: symbol
role_heading: Instance Method
path: tvmljs/playlist/1627433-push
---

# push

Adds a media item to the end of a playlist.

## Declaration

```data
void push(
    in MediaItem object
);
```

## Parameters

- `object`: The doc://com.apple.documentation/documentation/tvmljs/mediaitem object to be placed at the end of the playlist.

## See Also

### Modifying the Playlist

- [item](tvmljs/playlist/1627377-item.md)
- [length](tvmljs/playlist/1627327-length.md)
- [Playlist](tvmljs/playlist/1627336-playlist.md)
- [pop](tvmljs/playlist/1627310-pop.md)
- [splice](tvmljs/playlist/1627367-splice.md)
