fix bug: importable shows saves to importable movies variable

This commit is contained in:
maxid
2025-12-20 20:30:33 +01:00
parent ed78bde604
commit ecc030238e

View File

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