Merge branch 'master' into feat/multi-language-metadata

This commit is contained in:
aasmoe
2025-12-21 14:43:17 +01:00
committed by GitHub
12 changed files with 225 additions and 79 deletions

View File

@@ -29,7 +29,7 @@
});
client.GET('/api/v1/tv/importable').then(({ data, error }) => {
if (!error) {
importableMovies = data;
importableShows = data;
}
});
}