feat(collections): Added fetch_collections function

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-03-11 10:46:16 +11:00
parent 84065f34ca
commit 161930cf59
6 changed files with 52 additions and 1 deletions
+3
View File
@@ -25,6 +25,7 @@ use download_manager::commands::{
};
use download_manager::download_manager::DownloadManager;
use download_manager::download_manager_builder::DownloadManagerBuilder;
use games::collections::commands::fetch_collections;
use games::commands::{
fetch_game, fetch_game_status, fetch_game_verion_options, fetch_library, uninstall_game,
};
@@ -248,6 +249,8 @@ pub fn run() {
fetch_download_dir_stats,
fetch_game_status,
fetch_game_verion_options,
// Collections
fetch_collections,
// Downloads
download_game,
move_download_in_queue,