mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 20:53:19 +02:00
feat: Front page now streaming & upcoming, styling improvements
This commit is contained in:
@@ -46,7 +46,7 @@ export interface TmdbSeriesFull2 extends TmdbSeries2 {
|
||||
}
|
||||
|
||||
export class TmdbApi implements Api<paths> {
|
||||
getClient() {
|
||||
static getClient() {
|
||||
return createClient<paths>({
|
||||
baseUrl: 'https://api.themoviedb.org',
|
||||
headers: {
|
||||
@@ -55,6 +55,10 @@ export class TmdbApi implements Api<paths> {
|
||||
});
|
||||
}
|
||||
|
||||
getClient() {
|
||||
return TmdbApi.getClient();
|
||||
}
|
||||
|
||||
// MOVIES
|
||||
|
||||
getTmdbMovie = async (tmdbId: number) => {
|
||||
|
||||
Reference in New Issue
Block a user