mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2025-12-23 22:18:19 -05:00
fix bug: importable shows saves to importable movies variable
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
});
|
||||
client.GET('/api/v1/tv/importable').then(({ data, error }) => {
|
||||
if (!error) {
|
||||
importableMovies = data;
|
||||
importableShows = data;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user