Skip to content

Commit

Permalink
fix: add missed player expoerts (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
LWJerri authored Feb 16, 2024
1 parent f644e57 commit a43541d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions endpoints/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export * from "./show/show.endpoints.ts";
export * from "./search/search.endpoints.ts";
export * from "./playlist/playlist.types.ts";
export * from "./playlist/playlist.endpoints.ts";
export * from "./player/player.types.ts";
export * from "./player/player.endpoints.ts";
export * from "./market/market.endpoints.ts";
export * from "./genre/genre.endpoints.ts";
export * from "./episode/episode.types.ts";
Expand Down

0 comments on commit a43541d

Please sign in to comment.