Skip to content

Commit

Permalink
fix: include missing PlaylistItemsOptionFetchVariant to `PlaylistIt…
Browse files Browse the repository at this point in the history
…emsOptions`
  • Loading branch information
Nixuge authored Jan 2, 2024
1 parent 27cd1f2 commit 83d7c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/source/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export type PlaylistGroupID = string;

export type PlaylistItemsOptions =
| PlaylistItemsOptionFetchGroup
| PlaylistItemsOptionFetchVariant
| PlaylistItemsOptionFetchPage;

/**
Expand Down

0 comments on commit 83d7c32

Please sign in to comment.