refactor: Cleaning up downloads playing and pausing

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-09 19:57:53 +11:00
parent da1f39c061
commit e288f2472b
9 changed files with 60 additions and 61 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ pub fn fetch_library(app: AppHandle) -> Result<String, String> {
return Err(result.err().unwrap().to_string());
}
return Ok(result.unwrap());
Ok(result.unwrap())
}
fn fetch_game_logic(id: String, app: tauri::AppHandle) -> Result<String, RemoteAccessError> {