feat: global reactive updates to data

This commit is contained in:
Aleksi Lassila
2025-02-07 19:38:15 +02:00
parent 85794d33e0
commit f50efe69ea
17 changed files with 237 additions and 361 deletions

View File

@@ -397,7 +397,6 @@ export class TmdbApi implements Api<paths> {
mostPopular: TmdbSeriesSmall[];
}> => {
const userId = this.getUserId();
console.log('userId recommended series', userId);
if (!userId)
return {